单项选择题

SQL的查询语句的where子句中,对空值的操作,不正确的是()

A、where AGE IS NULL   
B、where  AGE IS NOT NULL  
C、where  AGE = NULL    
D、where NOT  (AGE IS NULL)