相关考题
-
单项选择题
查询book表中price字段的最大值,查询语句是()
A.select max(price)from book;
B.select min(price)from book;
C.select price from min book;
D.select price from max book; -
单项选择题
MySQL脚本文件的扩展名是()。
A..sql
B..bak
C..c
D..vbp -
单项选择题
查询tb数据表中id=1的记录,语法格式是()
A.select *into tb where id=1;
B.select *where tb where id=1;
C.select *delete tb where id=1;
D.select *from tb where id=1;