1.

What will be the output of a query given below?
SELECT * FROM Employee
WHERE Employee_id=1;

A. Show all columns and rows
B. Shows only columns Employee_id
C. Show all columns but only those rows which belongs to Employee_id=1
D. All of above
E. None of these
Answer» D. All of above


Discussion

No Comment Found

Related MCQs