Database
Search...
Ctrl
K
Chapter1: MySQL
1.2.MySQL for Beginners
1.2.2.Beginning with MySQL Basics
1.2.2.14.Deleting a Table - DROP TABLE
Previous
1.2.2.13.Copy table
Next
1.2.2.15.Deleting all values in Table - TRUNCATE TABLE
Last updated
5 years ago
Was this helpful?
刪除table
Copy
drop table studentsBackup2;