Q:

Which of the following is a legal expression in SQL?

0

Which of the following is a legal expression in SQL?


  1. SELECT NULL FROM SALES;
  2. SELECT NAME FROM SALES;
  3. SELECT * FROM SALES WHEN PRICE = NULL;
  4. SELECT # FROM SALES;

All Answers

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

Correct Answer:

B.SELECT NAME FROM SALES;

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

total answers (1)

SQL (Structured Query Language) MCQ Quiz (Multiple Choice Questions And Answers)

Similar questions


need a help?


find thousands of online teachers now
DCL provides commands to perform actions like... >>
<< What is the purpose of the SQL AS clause?...