Skip to content

SQL DROP

Database 삭제

DROP DATABASE DB_test;

Table 삭제

DROP Table mysql_test_a;