Viewing information about database objects
Written by
Updated at January 21, 2025
The
Viewing information about a schema
- Under
Connections , select the connection and the database. - Select the schema.
- To the right of the schema name, click
.
This will open a panel with information about the schema name and its sequences, if any.
Viewing information about a table
- Under
Connections , select the connection and the database. - In the Tables group, select a table.
- To the right of the table name, click
.
This will open a panel with information about the table name, size, and approximate number of table rows. You can also get the following information about table columns:
- Column name.
- Data type.
- Whether or not the column is a primary key.
- Whether or not the column is a foreign key.
- Whether or not the column is nullable.
If the table contains indexes or triggers, the same panel will display information about columns and indexing types, as well as trigger events.
Viewing information about a view
- Under
Connections , select the connection and the database. - In the Views group, select the view.
- To the right of the view name, click
.
This will open a panel with information about the view name and columns:
- Column name.
- Data type.
- Whether or not the column is nullable.