READ Free Dumps For Oracle- 1z0-804
Question ID 3527 | Which three are true? |
Option A | A. A setAutoCommit (False) method invocation starts a transaction context. |
Option B | B. An instance of Savepoint represents a point in the current transaction context. |
Option C | C. A rollback () method invocation rolls a transaction back to the last savepoint. |
Option D | D. A rollback () method invocation releases any database locks currently held by this connection object. |
Option E | E. After calling rollback (mysavepoint), you must close the savepoint object by calling mySavepoint.close() . |
Correct Answer | A,B,C |
Question ID 3528 | |
Option A | A. The code prints Error. |
Option B | B. The code prints the employee ID. |
Option C | C. Compilation fails due to an error at line 13. |
Option D | D. Compilation fails due to an error at line 14. |
Correct Answer | A |