Properties of ‘DELETE’ and ‘TRUNCATE’ commands indicate that
1
After the execution of ‘TRUNCATE’ operation, COMMIT, and ROLLBACK statements can be performed to retrieve the lost data, while ‘DELETE’ does not allow it.
2
After the execution of ‘DELETE’ and ‘TRUNCATE’ operation retrieval is easily possible for the lost data
3
After the execution of ‘DELETE’ operation, COMMIT and ROLLBACK statements can be performed to retrieve the lost data., while TRUNCATE do not allow it
4
After the execution of ‘DELETE’ and ‘TRUNCATE’ operation no retrieval is possible for the lost data
5
None of above