none
DELETE, INSERT,SELECT
ALTER, DELETE, INSERT, SELECT
DELETE, INSERT, SELECT, UPDATE
第1题:
在下列的SQL语句中,属于数据控制语句的是哪些? Ⅰ.CREATE Ⅱ.SELECT Ⅲ.UPDATE Ⅳ.GRANT Ⅴ.DROP Ⅵ.DELETE Ⅶ.ALTER Ⅷ.INSERT Ⅸ.REVOKE
A.Ⅰ、Ⅴ、Ⅵ和Ⅶ
B.Ⅳ和Ⅸ
C.Ⅱ、Ⅲ、Ⅵ和Ⅷ
D.Ⅰ、Ⅴ和Ⅶ
第2题:
A. MANAGER must be a role.
B. It allows the MANAGER to pass the specified privileges on to other users.
C. It allows the MANAGER to create tables that refer to the STUDENT_GRADES table.
D. It allows the MANAGER to apply all DML statements on the STUDENT_GRADES table.
E. It allows the MANAGER the ability to select from, insert into, and update the STUDENT_GRADES table.
F. It allows the MANAGER the ability to select from, delete from, and update the STUDENT_GRADES table.
第3题:
在下列的SQL语句中,属于数据控制语句的是( )。
Ⅰ.CREATE
Ⅱ.SELECT
Ⅲ.UPDATE
Ⅳ.GRANT
Ⅴ.DROP
Ⅵ.DELETE
Ⅶ.ALTER
Ⅷ.INSERT
Ⅸ.REVOKE
A.Ⅰ、Ⅴ、Ⅵ、Ⅶ
B.Ⅳ、Ⅸ
C.Ⅱ、Ⅲ、Ⅵ、Ⅷ
D.Ⅰ、Ⅴ、Ⅶ
第4题:
SQL语言的数据操纵语句包括SELECT,INSERT,UPDATE和DELETE等。其中最重要的,也是使用最频繁的语句是______。
A.SELECT
B.INSERT
C.UPDATE
D.DELETE
第5题:
A.在对表进行INSERT、DELETE或UPDATE操作时,可以定义一些触发器使数据库服务器自动调用存储过程(或SQL语句)
B.触发器只对操作员进行INSERT、DELETE或UPDATE操作起作用
C.触发器是一种特殊类型的存储过程,它在INSERT、DELETE或UPDATE特定表中数据时起作用
D.触发器只对程序进行INSERT、DELETE或UPDATE操作起作用
第6题:
用来插入数据、更新的命令分别是()。
第7题:
SQL语言的数据操作语句包括SELECT、INSERT、UPDATE和DELETE等。其中最重要的,也是使用最频繁的语句是()
第8题:
关于HQL与SQL,以下说法正确的是()
第9题:
You need to give the MANAGER role the ability to select from, insert into, and modify existing rows in the STUDENT_GRADES table. Anyone given this MANAGER role should be able to pass those privileges on to others. Which statement accomplishes this? ()
第10题:
Which of the following operations does not require Oracle to store information in an UNDO segments as part of the transaction?()
第11题:
One audit record is created for every successful execution of a SELECT, INSERT OR DELETE command on a table, and contains the SQL text for the SQL Statements.
One audit record is created for every successful execution of a SELECT, INSERT OR DELETE command, and contains the execution plan for the SQL statements.
One audit record is created for the whole session if john successfully executes a SELECT, INSERT, or DELETE command, and contains the execution plan for the SQL statements.
One audit record is created for the whole session if JOHN successfully executes a select command, and contains the SQL text and bind variables used.
One audit record is created for the whole session if john successfully executes a SELECT, INSERT,or DELETE command on a table, and contains the execution plan, SQL text, and bind variables used.
第12题:
HQL与SQL没什么差别
HQL面向对象,而SQL操纵关系数据库
在HQL与SQL中,都包含select,insert,update,delete语句
HQL仅用于查询数据,不支持insert,update和delete语句
第13题:
A、insert和delete
B、update和delete
C、delete和select
D、insert和update
第14题:
SQL的DML包括的语句有______。
A.ROLLBACK, COMMIT
B.CREATE, DROP, ALTER
C.GRANT, REVOKE
D.SELECT, INSERT, DELETE, UPDATE
第15题:
SQL语言的数据操纵语句包括SELECT、INSERT、UPDATE、DELETE等。其中最重要的,也是使用最频繁的语句是( ) 。
A. SELECT B. INSERT
C. UPDATE D. DELETE
第16题:
下列的SQL语句中,属于数据控制语句的是______。
Ⅰ.CREATE
Ⅱ.SELECT
Ⅲ.UPDATE
Ⅳ.GRANT
Ⅴ.DROP
Ⅵ.DELETE
Ⅶ.ALTER
Ⅷ.INSERT
Ⅸ.REVOKE
A.Ⅰ、Ⅴ、Ⅵ和Ⅶ
B.Ⅳ和Ⅸ
C.Ⅱ、Ⅲ、Ⅵ和Ⅷ
D.Ⅰ、Ⅴ和Ⅶ
第17题:
UPDATE、INSERT和DELETE都可引发触发器代码的执行。
A对
B错
第18题:
功能最强也是最复杂的SQL语句是()。
第19题:
SQL的DML包括的语句有()。
第20题:
Which object privileges can be granted on a view? ()
第21题:
You execute the following commands to audit database activities: SQL > ALTER SYSTEM SET AUDIT_TRIAL=DB, EXTENDED SCOPE=SPFILE; SQL > AUDIT SELECT TABLE, INSERT TABLE, DELETE TABLE BY JOHN By SESSION WHENEVER SUCCESSFUL; Which statement is true about the audit record that generated when auditing after instance restarts?()
第22题:
删除存储过程使用的语句是()
第23题:
none
DELETE, INSERT,SELECT
ALTER, DELETE, INSERT, SELECT
DELETE, INSERT, SELECT, UPDATE
第24题:
GRANT select, insert, update ON student_grades TO manager
GRANT select, insert, update ON student_grades TO ROLE manager
GRANT select, insert, modify ON student_grades TO manager WITH GRANT OPTION;
GRANT select, insert, update ON student_grades TO manager WITH GRANT OPTION;
GRANT select, insert, update ON student_grades TO ROLE manager WITH GRANT OPTION;
GRANT select, insert, modify ON student_grades TO ROLE manager WITH GRANT OPTION;