單項選擇題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;
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題mysql在數(shù)據(jù)查詢時,有時候需要別名來簡化數(shù)據(jù)庫表名,其需要關(guān)鍵字是()
A.aa
B.at
C.ad
D.as
2.單項選擇題SQL語句“alter table stu drop id;”表示刪除stu表中的()字段。
A.id
B.stu
C.table
D.drop
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;
最新試題
在使用nginx作為web服務(wù)器時,我們可以壓縮頁面,降低流量,提升傳輸速度。以下哪個參數(shù)可以實現(xiàn)()
題型:單項選擇題
在使用yum安裝完HAProxy后,那么默認(rèn)的配置文件是的路徑是()
題型:單項選擇題
apache默認(rèn)存放站點的目錄是()
題型:單項選擇題
nginx中rewrite模塊的作用是:()
題型:單項選擇題
nginx既可以做web服務(wù)器,也可以做反向代理服務(wù)器實現(xiàn)服務(wù)器的負(fù)載均衡。
題型:判斷題
php默認(rèn)的配置文件是:()
題型:單項選擇題
在HAproxy中通過哪個配置可以實現(xiàn)url過濾()
題型:單項選擇題
HAProxy配置文件主要有5個部分組成,包含下列選項中的()
題型:多項選擇題
nginx中events模塊主要是配置什么的()
題型:單項選擇題
下列HAPRoxy的算法中哪個是根據(jù)請求源IP算法的()
題型:單項選擇題