This article is tagged with:
Sql drop schema
and mysql
sql drop schema
-- EXAMPLE 1
DROP SCHEMA qlk2;
-- EXAMPLE 2
DROP SCHEMA IF EXISTS qlk2;
/* SYNTAX
DROP SCHEMA [IF EXISTS] <schema-name>;</schema-name>