单项选择题
A.select * from student order by named esc B.select * from student order by name asc C.select * from student group by named esc D.select * from student group by name
计算stu表中score列总分数的sql语句正确的是()。A.select avg(score)from st...
单项选择题计算stu表中score列总分数的sql语句正确的是()。
A.select avg(score)from stu B.select max(score)from stu C.select min(score)from stu D.select sum(score)from stu
在SQL语句中,可以使用()子句设置查询条件,如查询年龄大于18的数据。A.whereB.group byC....
单项选择题在SQL语句中,可以使用()子句设置查询条件,如查询年龄大于18的数据。
A.where B.group by C.ather D.limits
mysql中创建数据库abc,以下命令正确的是()。A.drop table abcB.create tabl...
单项选择题mysql中创建数据库abc,以下命令正确的是()。
A.drop table abc B.create table if exists abc C.create database abc D.create table abc