Example & Tutorial understanding programming in easy ways.

What is the difference between the Truncate, DROP, delete?

Delete: Delete only some record of the table one by one.

Truncate: Delete all record of the table.

Drop: Delete the structure as well as the all record of the table.

Read More →