DBA > Job Interview Questions > DATABASE Administrator (DBA) Interview Questions and Answers

What does COMMIT do?

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

189. What does COMMIT do?

COMMIT makes permanent the changes resulting from all SQL statements in the transaction. The changes made by the SQL statements of a transaction become visible to other user sessions transactions that start only after transaction is committed.

(Continued on next question...)

Other Job Interview Questions