4. 已知网上书城数据库中图书类别表的结构如下:图书类别(类别编号,类别名称,备注),现要查询文学类图书的信息,则下列查询语句错误的是( )
A.select * from 图书类别 where 类别名称=文学
B.select * from 图书类别 where 类别名称="文学"
C.select * from 图书类别 where 类别名称='文学'
D.select * from 图书类别 where 类别名称 is 文学
正确答案是ABD
4. 已知网上书城数据库中图书类别表的结构如下:图书类别(类别编号,类别名称,备注),现要查询文学类图书的信息,则下列查询语句错误的是( )
A.select * from 图书类别 where 类别名称=文学
B.select * from 图书类别 where 类别名称="文学"
C.select * from 图书类别 where 类别名称='文学'
D.select * from 图书类别 where 类别名称 is 文学
正确答案是ABD