单项选择题

要在“图书借阅”表中查询职称为教授的命令是()

A.select *from 职称=教授where 图书借阅
B.select *from 图书借阅where 职称=”教授”
C.SELECT 教授from 图书借阅
D.select 教授from 图书借阅