Q:

Which of the following is a legal expression in SQL?

belongs to collection: DBMS - SQL MCQ

0

Which of the following is a legal expression in SQL?


  1. SELECT NULL FROM EMPLOYEE;
  2. SELECT NAME FROM EMPLOYEE;
  3. SELECT NAME FROM EMPLOYEE WHERE SALARY = NULL;
  4. None of the above

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(b).SELECT NAME FROM EMPLOYEE;

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

DBMS - SQL MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which of the following is a comparison operator in... >>
<< Which of the following is an advantage of view?...