Which statement is true about transactions?
Which statement is true about transactions?References:https://docs.oracle.eom/database/121 /CNCPT/transact.htm#CNCPT038
Question:
Which statement is true about transactions?
Options:
A set of Data Manipulation Language (DML) statements executed in a sequence ending with a SAVEPOINT forms a single transaction
Each Data Definition Language (DDL) statement executed forms a single transaction.
A set of DDL statements executed in a sequence ending with a COMMIT forms a single transaction.
A combination of DDL and DML statements executed in a sequence ending with a COMMIT forms a single transaction.
Correct Answer
The Correct Answer for this Question is
Each Data Definition Language (DDL) statement executed forms a single transaction.