How do you write a SELECT statement that only returns rows where the value for a certain column is null?
select Column from Table where Column is null;