Submitted Questions

  • Truncate and Delete concept

    Hi, Let us take a scenario such that I issue a delete on table emp and truncate on table emp1 which is exact replica (in terms of both structure and data) of emp table.Now , I issue a commit on both sessions. If I do a select * from emp and select * from emp1 now, which one should execute faster and why?

    Mohammad Mansoor

    • Feb 24th, 2016

    Truncate and Drop commands Rollback is not possible for Table, whereas Delete Command we rollback the Data