Oracle Truncate Table
The Oracle Truncate Table command allow you to delete all rows from the table.
Oracle Truncate Table syntax
truncate table table_name;
Oracle Truncate Table example
truncate table sales;
The Oracle Truncate Table command allow you to delete all rows from the table.
truncate table table_name;
truncate table sales;