Examveda
Examveda

What will be the output of the following MySQL command?
SELECT fname
FROM person
WHERE emp_id != 6 OR emp_id IS  NULL;

A. Only those names whose emp_id is not equal to 6 or emp_id with NULL values

B. Only those names whose emp_id is not equal to 6

C. Only those names whose emp_id is equal to 6

D. None of the mentioned

Answer: Option A


This Question Belongs to MySQL >> MySQL Miscellaneous

Join The Discussion

Related Questions on MySQL Miscellaneous