A

Admin • 833K 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: 29
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

This question is about filtering data in a MySQL database.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.