Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in SQL by (44.5k points)

A) SELECT NULL FROM EMPLOYEE

B) SELECT NAME FROM EMPLOYEE

C) SELECT NAME FROM EMPLOYEE WHEN SALARY = NULL

D) None of the above

1 Answer

0 votes
by (98.9k points)

The correct answer to the question “Which of the following is a legal expression in SQL” is option (b). SELECT NAME FROM EMPLOYEE. And all the other option is incorrect. If you wish to learn more about SQL and wish to get certified, then check out the SQL certification course from Intellipaat. Also, watch the following video on SQL Tutorial.

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Mar 23, 2021 in SQL by dev_sk2311 (44.5k points)

Browse Categories

...