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;
您可能感興趣的試卷
你可能感興趣的試題
A.add
B.at
C.like
D.as
A.alter table score drop id;
B.alter table score delete id;
C.alter table score modify id;
D.alter table score change id;
A.drop table to score;
B.drop table score;
C.drop table ifexists score;
D.create table score;
A.create
B.insert
C.update
D.alter
A.select*fromr eport
B.select年齡from report
C.select*from report where性別=’男’
D.selec*from report where年齡>=18
最新試題
nginx中upstream模塊中的fair算法的描述正確的是:()
我們可以通過ps命令查看當(dāng)前l(fā)inux系統(tǒng)的進(jìn)程。
HAProxy常用的算法有哪些?下列描述正確的是()
在nginx中我們可以使用location模塊實(shí)現(xiàn)url的過濾,location在過濾url時(shí)的方式有()
vi中q!命令是不保存并且強(qiáng)制退出。
HAProxy配置文件的(),是frontend部分和backend部分的結(jié)合體。
以下關(guān)于HAProxy介紹正確的是()
nginx不僅僅是一個(gè)高性能的WEB服務(wù)器,還可以實(shí)現(xiàn)反向代理和負(fù)載均衡的功能。
php默認(rèn)的配置文件是:()
在nignx配置文件中如何指定服務(wù)啟動(dòng)的用戶:()