Answers for "truncate of table with partition in oracle"

SQL
1

oracle truncate partition

ALTER TABLE table_name TRUNCATE PARTITION partition_name UPDATE INDEXES;
Posted by: Guest on July-11-2021

Code answers related to "truncate of table with partition in oracle"

Code answers related to "SQL"

Browse Popular Code Answers by Language