DROP-CATALOGNameDescriptionExampleKeywordsBest PracticeDROP-CATALOGNameCREATE CATALOG DescriptionThis statement is used to delete the external catalog. Syntax: DROP CATALOG [I EXISTS] catalog_name;Example Drop catalog hive DROP CATALOG hive; KeywordsDROP, CATALOG Best Practice