DB_TABLES
DB_TABLES displays all tables accessible to the current user. This view exists in both PG_CATALOG and SYS schema.
| Name | Type | Description |
|---|---|---|
| owner | character varying(64) | Table owner. |
| table_name | character varying(64) | Table name. |
| tablespace_name | character varying(64) | Tablespace name of the table. |
| num_rows | numeric | Estimated number of rows in the table. |
| status | character varying(8) | Specifies whether the current table is valid.
|
| temporary | character(1) | Specifies whether the table is a temporary table.
|
| dropped | character varying | Specifies whether the current table is deleted.
|
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.