1.

What will be the output of the following query?
SELECT *
FROM Employee
WHERE emp_id = NULL;

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


Discussion

No Comment Found