VeloDB Cloud
SQL Manual
Statments
Data-Definition-Statements
Drop
DROP-CATALOG

DROP-CATALOG

Name

DROP CATALOG

Description

This statement is used to delete the external catalog.

Syntax:

DROP CATALOG [I EXISTS] catalog_name;

Example

  1. Drop catalog hive

    DROP CATALOG hive;

Keywords

DROP, CATALOG

Best Practice