DROP-CATALOG

Name

CREATE CATALOG

Description

This statement is used to delete the external catalog.

Syntax:

  1. DROP CATALOG [I EXISTS] catalog_name;

Example

  1. Drop catalog hive

    1. DROP CATALOG hive;

    ```

Keywords

DROP, CATALOG

Best Practice