Which of the following gives all the fields from employee table-05037
Which of the following gives all the fields from employee table named as EMP?
This multiple choice question (MCQ) is related to the book/course
vu cs403 Database Management Systems.
It can also be found in
vu cs403 Final Term - Quiz No.10.
Which of the following gives all the fields from employee table named as EMP?
SELECT * from EMP;
SELECT emp* from EMP'
SELECT emp_id where EMP;
SELECT * where EMP;