Which command allows the removal of all rows from a table but flushes a table more efficiently since no rollback information is retained:
(a) TRUNCATE command
(b) Create command
(c) Drop table command
(d) Alter table command
The question was posed to me during an online interview.
The origin of the question is DDL Command in section SQL Basics of Oracle