What are the differences between DROP a table and TRUNCATE a table? | PHP Questions

DROP TABLE table_name - This will delete the table and its data.
TRUNCATE TABLE table_name - This will delete the data of the table, but not the table definition.

0 comments:

Post a Comment

Blogger news