A. A transaction is a set of successfully executed statements in the database
B. A transaction is finished when commit() or rollback() is called on the Connection object,
C. A transaction is finished when commit() or rollback() is called on the Transaction object
D. A transaction is finished when close() is called on the Connection object
B. A transaction is finished when commit() or rollback() is called on the Connection object,
C. A transaction is finished when commit() or rollback() is called on the Transaction object
D. A transaction is finished when close() is called on the Connection object
No comments:
Post a Comment