SQL ReferenceSQL StatementsDDLDropDROP-CATALOGOn this pageDROP-CATALOGDROP-CATALOGNameCREATE CATALOGDescriptionThis statement is used to delete the external catalog.Syntax:DROP CATALOG [I EXISTS] catalog_name;ExampleDrop catalog hiveDROP CATALOG hive;KeywordsDROP, CATALOGBest Practice