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.
TRUNCATE TABLE table_name - This will delete the data of the table, but not the table definition.
23:17
PHP Interview Questions and Answers
0 comments:
Post a Comment