單項(xiàng)選擇題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.單項(xiàng)選擇題在一臺服務(wù)器上實(shí)現(xiàn)多個(gè)Web站點(diǎn)的搭建,可以通過以下哪個(gè)選項(xiàng)實(shí)現(xiàn)()

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

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

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

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

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