VeloDB CloudSQL ManualStatmentsData-Definition-StatementsDropDROP-CATALOGDROP-CATALOG Name DROP CATALOG Description This statement is used to delete the external catalog. Syntax: DROP CATALOG [I EXISTS] catalog_name; Example Drop catalog hive DROP CATALOG hive; Keywords DROP, CATALOG Best PracticeCREATE-VIEWDROP-DATABASE