Question:Which one of the following correctly selects rows from the table myTable that have NULL in column column1? 

A SELECT * FROM myTable WHERE column1 IS NULL 

B SELECT * FROM myTable WHERE column1 = NULL 

C SELECT * FROM myTable WHERE column1 EQUALS NULL 

D SELECT * FROM myTable WHERE column1 NOT NULL 

E SELECT * FROM myTable WHERE column1 CONTAINS NULL 

+ Answer
+ Report
Total Preview: 1580

Copyright © 2024. Powered by Intellect Software Ltd