Truncate a table : TRUNCATE TABLE « Table « Oracle PL / SQL






Truncate a table

    

SQL>
SQL> truncate table emp_id_key_table;

   
    
    
    
  

Related examples in the same category

1.TRUNCATE TABLE Demo