SQL metadata¶
Use these interfaces to find databases, tables, and views, and then view table fields or table creation statements. The deletion operation is irreversible. Please confirm the target object before execution.
Choose a task¶
Task |
Description |
|---|---|
List the databases you have access to. |
|
View tables and views in a database. |
|
Inspect table column definitions and row count without returning data rows. |
|
View the table’s field names, types, whether null values are allowed, default values, and key types. |
|
View the create statement for the table or view. |
|
Delete the specified database. |
|
Delete the specified table. |
|
Delete the specified view. |
Last updated on