1.

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

A. Show all columns and rows
B. Shows only columns Employee_id
C. Show only columns(Employee_id, FirstName, LastName) 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