查看所有数据库的命令是( )
A. show database;
B. show tables;
C. show databases;
D. show table;
SELECT 查询语法中,条件用以下哪一项来表示()
A. if
B. where
C. while
D. then
主码,用于标识表中()的一条记录。一张表中 ()主键,并且主键值()为空。
A. 唯一,允许多个,不能
B. 唯一,只能有一个,能
C. 多条,只能有一个,不能
D. 唯一,只能有一个,不能
以下为唯一约束的是()
A. primary key
B. unique
C. unsigned
D. default