ReferenceSQL ReferenceDROP VIEWEdit this pageOn this pageDROP VIEW Remove a view. Syntax Parameters ParameterDescriptionIF EXISTSDo not raise an error if the view does not existview_nameName of the view to remove Examples DROP VIEW IF EXISTS recent_articles; See also CREATE VIEW