How many columns are presented after executing the below query:SELECT name||','||age||','||address "emp_details" FROM employee;
Reveal answer
Fill a bubble to check yourself
How many columns are presented after executing the below query:SELECT name||','||age||','||address "emp_details" FROM employee;