Which two statements complete a transaction? ()

题目
多选题
Which two statements complete a transaction? ()
A

DELETE employees;

B

DESCRIBE employees;

C

ROLLBACK TO SAVE POINT C;

D

GRANT SELECT ON employees TO SCOTH

E

ALTER TABLE employees SET UNUSED COLUMN sal;

F

Select MAX(sal) FROM employees WHERE department _ id 20;

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Which two statements complete a transaction? ()

A. DELETE employees;

B. DESCRIBE employees;

C. ROLLBACK TO SAVE POINT C;

D. GRANT SELECT ON employees TO SCOTH

E. ALTER TABLE employees SET UNUSED COLUMN sal;

F. Select MAX(sal) FROM employees WHERE department _ id 20;


参考答案:C, E

第2题:

Which two statements are true about L2TP tunnels?() (Choose two.)

  • A、Traffic is clear text
  • B、Traffic is encrypted 
  • C、They are initiated by the LNS
  • D、They are initiated by the LAC

正确答案:A,D

第3题:

Which method would you use to undo the changes made by a particular transaction without affecting the changes made by other transactions?()

A. point-in-time recovery

B. execute the ROLLBACK command with transaction number

C. flashback the database to before the transaction was committed

D. determine all the necessary undo SQL statements from FLASHBACK_TRANSACTION_QUERY and use them for recovery


参考答案:D

第4题:

Which method would you use to undo the changes made by a particular transaction without affecting the changes made by other transactions?()

  • A、point-in-time recovery
  • B、execute the ROLLBACK command with transaction number
  • C、flashback the database to before the transaction was committed
  • D、determine all the necessary undo SQL statements from FLASHBACK_TRANSACTION_QUERY and use them for recovery

正确答案:D

第5题:

Which two statements complete a transaction? ()

  • A、DELETE employees;
  • B、DESCRIBE employees;
  • C、ROLLBACK TO SAVEPOINT C;
  • D、GRANT SELECT ON employees TO SCOTT;
  • E、ALTER TABLE employees SET UNUSED COLUMN sal;
  • F、SELECT MAX(sal) FROM employees WHERE department_id = 20;

正确答案:D,E

第6题:

Which two statements are true about a Work Item with "Open" Notification? ()(Choose two.)

A. The Work Item is not eligible for Purge.

B. The Work Item is eligible for a Permanent purge.

C. The Work Item is eligible for a Temporary purge.

D. The Work Item is not complete because it still has "Open" Notification.

E. The Work Item is eligible for both Temporary and Permanent purge.


参考答案:A, D

第7题:

Which two statements complete a transaction?()

  • A、DELETE employees;
  • B、DESCRIBE employees;
  • C、ROLLBACK TO SAVE POINT C;
  • D、GRANT SELECT ON employees TO SCOTH
  • E、ALTER TABLE employees SET UNUSED COLUMN sal;
  • F、Select MAX(sal) FROM employees WHERE department _ id 20;

正确答案:D,E

第8题:

View the following SQL statements:You want to back out transaction T2. Which option would you use?()

A. It is possible, but transaction T3 also backs out.

B. It is possible with the NOCASCADE_FORCE option.

C. It is possible with the NONCONFLICT_ONLY option.

D. It is not possible because it has conflicts with transaction T3.


参考答案:B

第9题:

In which two conditions are resumable statements suspended?()

  • A、 when a user exceeds the space quota
  • B、 when a user session is terminated
  • C、 when a table that is being accessed by the current transaction is not found
  • D、 when a user manually suspends the statement
  • E、 when the maximum extents of a segment is reached

正确答案:A,E

第10题:

Which two statements are true regarding transactions in an Oracle database()

  • A、Multiple transactions can use the same undo segment.
  • B、A transaction is assigned an undo segment when it is started.
  • C、More than one transaction cannot share the same extent in the undo tablespace.
  • D、The transactions use system undo segment to store undo data if all the segments in the undo tablespaceare used.

正确答案:A,B

更多相关问题