单项选择题
A.DNS负载均衡 B.虚拟主机 C.FTP服务器 D.SSH密钥验证方式
使用()sql语句忘表中插入数据。A.addB.createC.deleteD.insert
单项选择题使用()sql语句忘表中插入数据。
A.add B.create C.delete D.insert
删除stu表的SQL语句是()。A.drop tableto stu;B.drop table stu;C.d...
单项选择题删除stu表的SQL语句是()。
A.drop tableto stu; B.drop table stu; C.drop table if exist stu; D.create table stu;
以下在mysql数据库中,可以实现创建数据库abc的SQL语句是()A.drop table abc;B.cr...
单项选择题以下在mysql数据库中,可以实现创建数据库abc的SQL语句是()
A.drop table abc; B.create tableifexists abc; C.create database abc; D.create table abc;