Which of the following is a legal expression in SQL?

Which of the following is a legal expression in SQL?
SELECT NAME FROM SALES;
Well Done. Your Answer is Correct Keep it Up!
SELECT NULL FROM SALES;
SELECT * FROM SALES WHEN PRICE = NULL;
SELECT # FROM SALES;

Leave a Reply

Your email address will not be published. Required fields are marked *