2. 已知图书管理数据库中图书表的结构如下:图书(ISBN号,图书名,出版社,作者),现要查询所有清华大学出版社出版的图书的信息,则下列查询语句正确的是( )
A.select * from 图书 where 出版社='清华大学出版社'
B.select * from 图书 where 出版社="清华大学出版社"
C.select * from 图书 where 出版社=清华大学出版社
D.select * from 图书 where 出版社 is '清华大学出版社'
正确答案是A
2. 已知图书管理数据库中图书表的结构如下:图书(ISBN号,图书名,出版社,作者),现要查询所有清华大学出版社出版的图书的信息,则下列查询语句正确的是( )
A.select * from 图书 where 出版社='清华大学出版社'
B.select * from 图书 where 出版社="清华大学出版社"
C.select * from 图书 where 出版社=清华大学出版社
D.select * from 图书 where 出版社 is '清华大学出版社'
正确答案是A