单项选择题根据(《建设工程安全生产管理条例),施工现场的安全防护用具、机械设备、施具及配件必须由专人管理,定期进行检查、维修和保养,建立相应的( ).并按照有关规定及时报废。
单项选择题要查询book表中书名name中以“计算机”开头的书籍的价格,可用( )语句 A、select price from book where name = ‘计算机*’ B、select price from book where name like‘计算机*’ C、select price from book where name =‘计算机%’ D、select price from book where name like‘计算机%’