+ 1
please explain truncate
3 Answers
+ 2
Truncate is used to remove all the data from the table if you have to keep your structure of the table.
+ 1
let table be a bowl and data be water in it ,when we truncate we actually throw the water away for bowl to be used again
0
Truncate will delete everything in the table and reset the auto increment value.