Databases¶
List, inspect, create, update, and delete catalog databases, inspect their objects and tables, or run NL2SQL. Use the database identifier returned by the relevant action for subsequent database operations.
Choose a task¶
Task |
Page |
Description |
|---|---|---|
Find catalog databases |
Returns a list of readable databases under the specified Catalog. |
|
Inspect a database |
Query database details by ID. |
|
Add a database |
Create a database under the specified Catalog. |
|
Change a database description |
Change the database description; renaming is not supported. |
|
Remove a database |
Delete a database after confirming that publications and subscriptions do not use it. |
|
Browse database objects |
Query the volumes, tables and operators that can be read in the specified database. |
|
Find tables in a database |
Paged query specifies the tables directly contained in the database. |
|
Execute generated SQL |
Execute NL2SQL-generated SQL in the specified database and return the result columns and rows. |