Which Of The Following Is A Legal Expression In SQL

A) SELECT NULL FROM EMPLOYEE

B) SELECT NAME FROM EMPLOYEE

C) SELECT NAME FROM EMPLOYEE WHEN SALARY = NULL

D) None of the above

Which Of The Following Is A Legal Expression In SQL

Ans. Option B is the correct Answer

This statement is valid SQL syntax. It selects the NAME column from the EMPLOYEE table.

Hridhya Manoj

Hello, I’m Hridhya Manoj. I’m passionate about technology and its ever-evolving landscape. With a deep love for writing and a curious mind, I enjoy translating complex concepts into understandable, engaging content. Let’s explore the world of tech together

Leave a Comment