Explain the truncate in Oracle?
The TRUNCATE statement removes all the records from the table in the ORACLE database. If once the TRUNCATE statement truncate the table then the data cannot be recovered back.
Example
Syntax:- TRUNCATE TABLE table_name