adplus-dvertising
frame-decoration

Question

What will be the output of the following MySQL command?
SELECT *
FROM person
WHERE emp_id = NULL;

a.

Only those columns whose emp_id is NULL

b.

Only those columns whose emp_id is not NULL

c.

No output

d.

None of the mentioned

Answer: (c).No output

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What will be the output of the following MySQL command?