Single Choice Not Set

QWhich of the following is the valid SQL statement? (a) SELECT * FROM Employee WHERE email_id IS NULL;

ID: #2816 Structured Query Language 1,931 views
Question Info
#2816Q ID
Not SetDifficulty
Structured Query LanguageTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A All of these
  • B SELECT * FROM Employee WHERE email_id IS NULL;
  • C SELECT * FROM Employee WHERE IS NULL (email_id);
  • D SELECT * FROM Employee WHERE email_id NULL;
Correct Answer

Explanation

SELECT * FROM Employee WHERE email_id IS NULL;

Share This Question

Challenge a friend or share with your study group.