What is the special feature of truncate that dont allow to recover data
The special feature of truncate that don't allow to recover data is that it removes all the rows from a table at once and erases them permanently without logging the individual row deletions in the transaction log, making it a faster and more efficient option than other methods of deleting data.