What is the difference between DELETE and TRUNCATE?
Whenever we delete records then they are stored in data dictionary and can be retrieved later ie by roll back. but when we truncate then the memory used by the records which is to be truncated is released and it cannot be rolled back.