單項(xiàng)選擇題在mysql中刪除某條記錄時(shí)可以使用下面的哪個(gè)語(yǔ)句實(shí)現(xiàn)?()

A.delete
B.create
C.alter
D.update


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題MySQL數(shù)據(jù)庫(kù)的二進(jìn)制日志如何開啟?()

A.修改配置文件增加配置:relay-bin=mysql-relay
B.修改配置文件增加配置:log-bin=mysql-bin
C.修改配置文件增加配置:server-id=1
D.修改配置文件增加配置:slow_query_log=1

2.單項(xiàng)選擇題MySQL實(shí)現(xiàn)高可用可以借助下面的哪個(gè)工具實(shí)現(xiàn)()

A.keepalived
B.Apache
C.Nginx
D.zabbix

3.單項(xiàng)選擇題在MySQL查詢中使用哪個(gè)函數(shù)可以查到最大值()

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;

5.單項(xiàng)選擇題刪除score表中的id字段,下列SQL語(yǔ)句中可以實(shí)現(xiàn)的是()

A.alter table score drop id;
B.alter table score delete id;
C.alter table score modify id;
D.alter table score change id;