What does truncating a table does?
Options
- Data alone deleted, Performs an automatic commit
- Data alone deleted, Doesn’t perform automatic commit
- Table structure + Data are deleted
- Table structure alone deleted, Performs an automatic commit
CORRECT ANSWER : Data alone deleted, Performs an automatic commit
Write your comments