Multiple choice technology databases

Commit is required after truncate command is issued.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

TRUNCATE is a DDL command in Oracle that performs an implicit commit. It cannot be rolled back, so no explicit COMMIT is needed or possible after TRUNCATE.