模式/内模式映像保证数据库系统中的数据能够具有较高的______。
A、逻辑独立性
B、物理独立性
C、共享性
D、结构化
A、用户的权限被撤销,但用户仍保留在系统中
B、用户的权限被撤销,并且从系统中删除该用户
C、将某个用户的权限转移给其他用户
D、保留用户权限
在MySQL中,INSERT触发器操作数据时,可以使用的临时表是______。
A、NEW
B、OLD
C、NEW和OLD
D、LAST
A、DROP
B、ALTER
C、REVOKE
D、GRANT
A、DECLAREcursor_nameCURSORFORselect_statement
B、DECLARECURSORcursor_nameFORselect_statement
C、CREATEcursor_nameCURSORFORselect_statement
D、CREATECURSORcursor_nameFORselect_statement