查看student1@localhost用户的权限,使用的语句是_______。
A. show grants for student1@localhost
B. show grant for student1@localhost
C. show grants on student1@localhost
D. show grant on student1@localhost
查看答案
索引可以提高 操作的效率。
A. insert
B. update
C. delete
D. select
下列 ( )方法不能用于创建索引。
A. 使用Create table语句
B. 使用Create index语句
C. 使用Alter table语句
D. 使用Create database语句
关系数据库中,主键是 。
A. 创建唯一的索引,允许空值
B. 只允许以表中的第一字段建立
C. 允许有多个主键
D. 为标识表中唯一的实体
如果有存储过程sp,不带参数,则“CALL sp( )”和“CALL sp”都是正确的调用该存储过程的语句。
A. 对
B. 错