systabnames
The systabnames table describes each table that
the database server manages.
| Column | Type | Description |
|---|---|---|
| partnum | integer | tblspace identifier |
| dbsname | char(128) | Database name |
| owner | char(32) | User ID of owner |
| tabname | char(128) | Table name |
| collate | char(32) | Collation associated with a database that supports |