2. 已知网上书城数据库中图书表结构如下:图书(ISBN号,图书名,出版社,价格),现要查询尚未确定销售价格的图书的ISBN号,则下列查询语句正确的是( )
A.select ISBN号 from 图书 where 价格=null
B.select ISBN号 from 图书 where 价格='null'
C.select ISBN号 from 图书 where 价格 is null
D.select ISBN号 from 图书 where 价格is 'null'
正确答案是C
2. 已知网上书城数据库中图书表结构如下:图书(ISBN号,图书名,出版社,价格),现要查询尚未确定销售价格的图书的ISBN号,则下列查询语句正确的是( )
A.select ISBN号 from 图书 where 价格=null
B.select ISBN号 from 图书 where 价格='null'
C.select ISBN号 from 图书 where 价格 is null
D.select ISBN号 from 图书 where 价格is 'null'
正确答案是C