Multiple choice technology web technology

Which command will delete all data from a table and will not write to the rollback segment?

  1. DROP

  2. DELETE

  3. CASCADE

  4. TRUNCATE

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

The TRUNCATE command is a Data Definition Language operation that quickly removes all rows from a table without generating individual row rollback information, making it much faster than DELETE.