Question:Which of the following SQL queries correctly selects the rows from the table "employees" that have NULL value in the "salary" column? 

A SELECT * FROM employees WHERE salary=null 

B SELECT * FROM employees WHERE salary equals null 

C SELECT * FROM employees WHERE salary is null 

D SELECT * FROM employees WHERE salary contains null 

+ Answer
+ Report
Total Preview: 495

Copyright © 2025. Powered by Intellect Software Ltd