Basic Oracle Concepts and Programming Question:
Download Questions PDF

What Is an Oracle Transaction?

Answer:

A transaction is a logical unit of work requested by a user to be applied to the database objects. Oracle server introduces the transaction concept to allow users to group one or more SQL statements into a single transaction, so that the effects of all the SQL statements in a transaction can be either all committed (applied to the database) or all rolled back (undone from the database).

Download Oracle Database Interview Questions And Answers PDF

Previous QuestionNext Question
How To Return Top 5 Rows in Oracle?How To Start a New Transaction in Oracle?