ReferenceSQL ReferenceDROP TABLEEdit this pageOn this pageDROP TABLE Remove a table and all of its data. Syntax Parameters ParameterDescriptionIF EXISTSDo not raise an error if the table does not existtable_nameName of the table to remove Examples DROP TABLE IF EXISTS articles; See also CREATE TABLE