Answers for "table drop in mysql"

SQL
4

mysql drop

DROP TABLE table_name
Posted by: Guest on July-02-2020
0

delete table in mysql

delete table query

DROP TABLE <table name;
e.g. DROP TABLE students;
Posted by: Guest on October-04-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language