Home>Topic List> What is the statement to delete a table in sql

What is the statement to delete a table in sql

The statement used to delete a table in SQL is drop table. The syntax is drop table table_name; this statement will permanently delete the table and data of the specified table. If you want to know more about SQL, you can read the articles below this topic.

Related courses More>
Advanced MySQL Development Skills (2) Video Tutorial

10658 times of learning

Collection
Elementary MySql Reference Manual

10328 times of learning

Collection
Advanced UNI-APP development (imitation of Ele.me)

22320 times of learning

Collection
Elementary Issue 17_PHP Programming

13344 times of learning

Collection
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!