Multiple choice technology databases Database transactions end with COMMIT or ROLLBACK A DDL or DCL statement executing USER exiting iSQL*Plus or System crash Any one of the above Reveal answer Fill a bubble to check yourself D Correct answer Explanation Database transactions can end through explicit COMMIT or ROLLBACK commands, implicit commits triggered by DDL or DCL statements, or session termination (user exit or system crash). All three scenarios terminate the current transaction.