Question: QUESTION 1 Given a transaction object named salesTran and a connection object named connection, which of the following statements makes all changes made by the

QUESTION 1 Given a transaction object named salesTran and a connection object named connection, which of the following statements makes all changes made by the transaction permanent? a. salesTran.connection (commit) b. connection.commit() C. salesTran. Commit(connection) d. salesTran. Commit()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
