单项选择题
A.select * from student order by name desc B.select * from student order by name asc C.select * from student group by name desc D.select * from student group by name
alter table语句用于在已有的表中,修改字段名时使用的关键字是()。A.addB.changeC.mo...
单项选择题alter table语句用于在已有的表中,修改字段名时使用的关键字是()。
A.add B.change C.modify D.drop
在SQL语句中,可以使用()子句设置查询条件,如查询年龄大于30的数据。A.whereB.group byC....
单项选择题在SQL语句中,可以使用()子句设置查询条件,如查询年龄大于30的数据。
A.where B.group by C.ather D.limits
以下能查询student表中age字段的最小值的SQL语句是()。A.select max(age)from ...
单项选择题以下能查询student表中age字段的最小值的SQL语句是()。
A.select max(age)from student B.select min(age)from student C.select sum(age)from student D.select avg(age)from student