P

Priyanka Tomar • 35.28K Points
Coach

Q. What will be the output of the following MySQL command?
SELECT *
FROM person
WHERE emp_id IS 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
  • Correct Answer - Option(B)
  • Views: 63
  • Filed under category MySQL

Explanation by: Priyanka Tomar
This question is about filtering data in a MySQL database.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics