1.

What will be the output of the query given below?
SELECT *
FROM Student
WHERE title= Monitor ;

A. All columns don t belong to table Student
B. columns and rows belong to table Student
C. All columns but only those rows which contain Monitor as a title
D. All of above
E. None of these
Answer» D. All of above


Discussion

No Comment Found

Related MCQs