1.

What will be the output of the following query?
SELECT *
FROM Student
WHERE id IS NULL;

A. No output
B. Only those columns whose id is NULL
C. Only those columns whose id is not NULL
D. All of above
E. None of these
Answer» C. Only those columns whose id is not NULL


Discussion

No Comment Found