Which three are true?

Which three are true?

Which three are true?

A.
A setAutoCommit (False) method invocation starts a transaction context.

B.
An instance of Savepoint represents a point in the current transaction context.

C.
A rollback () method invocation rolls a transaction back to the last savepoint.

D.
A rollback () method invocation releases any database locks currently held by this
connection object.

E.
After calling rollback (mysavepoint), you must close the savepoint object by calling
mySavepoint.close() .



Leave a Reply 2

Your email address will not be published. Required fields are marked *


bob

bob

Marked answer C is wrong . replace this answer by D.