Data Access Question:

Explain What does COMMIT do?

Answer:

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.

Read All 18 Oracle Data Access Questions
Previous QuestionNext Question
Explain Transaction?Explain What is the function of Optimizer?