单项选择题
mysql中查询最大值正确的是()
A.insert into student(sal)values(8000);
B.select sun(age)from students;
C.delete from student where id=3;
D.select max(age)from students;
点击查看答案&解析
相关考题
-
单项选择题
mysql在数据查询时,有时候需要别名来简化数据库表名,其需要关键字是()
A.aa
B.at
C.ad
D.as -
单项选择题
SQL语句“alter table stu drop id;”表示删除stu表中的()字段。
A.id
B.stu
C.table
D.drop -
单项选择题
在一台服务器上实现多个Web站点的搭建,可以通过以下哪个选项实现()
A.DNS负载均衡
B.虚拟主机
C.FTP服务器
D.SSH密钥验证方式
