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 >
ElementaryMySql Reference Manual

10475 times of learning

Collection
ElementaryThinkphp5.1 development practice

7203 times of learning

Collection
IntermediatePHP Development Basics Database (PDO)

21463 times of learning

Collection