if i am using
delete table emp purge;
or
truncate table emp;
1- what is the difference between two and
2- which one is better approach using in procedure/function/package etc. for an Admin level application.
differences and usage of DELETE, TRUNCATE, PURGE, RECYCLEBIN etc., when and where to use and not to use?
please help to understand this.
regards