tencent cloud

DESCRIBE DATABASE
Last updated: 2024-08-07 17:10:50
DESCRIBE DATABASE
Last updated: 2024-08-07 17:10:50

Description

Supported engines: Presto and SparkSQL
Purpose: View database attributes.

Standard Statement

DESCRIBE SCHEMA|DATABASE [EXTENDED] DB_NAME

Parameter

SCHEMA|DATABASE: Specify the schema or database.
EXTENDED: Indicate whether the database is extended.

Example

DESCRIBE DATABASE db_name;
DESCRIBE DATABASE EXTENDED db_name;



Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback