A.show all
B.show database
C.show databases
D.show tables
您可能感兴趣的试卷
你可能感兴趣的试题
A.insert into
B.replace into
C.insert from
D.replace from
A.show errors
B.show databases
C.show variables
D.show warnings
A.insert into
B.replace into
C.insert from
D.replace from
A.Create table
B.rename table
C.alter table
D.drop table
A.use xscj
B.use xs
C.rename table xs to xs1
D.rename database xscj to xscj1
A.Create database
B.use database
C.alter database
D.drop database
A.Create table
B.rename table
C.alter table
D.drop table
A.Create database
B.use database
C.alter database
D.drop database
最新试题
Select查询语句中into outfile子句的功能是将查询结果输出到指定文件中。
如果两个用户具有相同的名字但主机名不同,MySQL将其视为不同的用户。
ORDER BY 默认排序方向为DESC。
在查询语句中,一个表可以与它自己进行连接。
在SQL语句中,数值型、字符型和日期型数据必须用单引号引起来。
触发器是基于一表创建的,所以只能对该表操作。
每次修改my.ini 文件中的参数后,必须重新启动MySQL 服务才会生效。
每一个约束都有一个名字,这个名字可以在约束定义时指定,也可以不指定而由DBMS来自动命名。
一个表可以创建多个不同的视图。
关系是若干表的集合。