ReferenceSQL ReferenceDROP DATABASEEdit this pageOn this pageDROP DATABASE Remove a database and all of its contents. Syntax Parameters ParameterDescriptionIF EXISTSDo not raise an error if the database does not existdatabase_nameName of the database to remove Examples DROP DATABASE IF EXISTS app_staging; See also CREATE DATABASE