Drop table mySQL

0 votes
198 views
added Aug 7, 2017 in mySQL by anonymous
recategorized Jul 18, 2018 by LC Marshal
DROP TABLE table_name;

SQL truncate table

TRUNCATE TABLE statement is used to delete the data inside a table, but not the table itself.

TRUNCATE TABLE table_name;

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...