單項選擇題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;


您可能感興趣的試卷

你可能感興趣的試題

3.單項選擇題在一臺服務(wù)器上實現(xiàn)多個Web站點的搭建,可以通過以下哪個選項實現(xiàn)()

A.DNS負(fù)載均衡
B.虛擬主機
C.FTP服務(wù)器
D.SSH密鑰驗證方式

4.單項選擇題使用()sql語句忘表中插入數(shù)據(jù)。

A.add
B.create
C.delete
D.insert

5.單項選擇題刪除stu表的SQL語句是()。

A.drop tableto stu;
B.drop table stu;
C.drop table if exist stu;
D.create table stu;