forked from docs/doc-exports
Reviewed-by: Wagner, Fabian <fabian.wagner@t-systems.com> Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: wangdengke2 <wangdengke2@huawei.com> Co-committed-by: wangdengke2 <wangdengke2@huawei.com>
3.0 KiB
3.0 KiB
Viewing Data Dictionary of a Database
A data dictionary is a collection of information that describes data, including the database name, database character set, table name, table size, number of records in a table, table character set, table field, table index, table description, field type, field precision, and field description.
You can view data dictionary of a database on the DAS console or download the PDF file to your local PC.
Prerequisites
There are available tables in the current database.
Procedure
- Log in to the OTC console.
- Click
in the upper left corner and select a region and project. - Click
in the upper left corner, and under Databases, click Data Admin Service. - In the navigation pane on the left, choose Development Tool.
- Locate the DB instance that you want to log in to and click Log In in the Operation column.
- In the database list, locate the database whose data dictionary you want to view and click Data Dictionary in the Operation column.
- On the displayed page, view the content in Tables and List of Table Schema of the current database.
- Click Export In PDF to download it to your local PC if needed.
Parent topic: Database Management