The Technology Explorer (TE) includes a page that shows all the table objects in your current database.
It is generated from the 'SYSCAT.TABLES' catalog table.
Normally, you can access the TE Tables page to the right through the menu from Database->Catalog->Tables.
By selecting the icons in each row, you can see information related to each table.
- Content – Shows you the content of the table
- XML – Generates an XML table definition that you can use to create new pages in TE
- Columns – Lists all the columns within the table
- Indexes – Lists all the indexes on the table
- Privileges – Lists all the privileges on the table
- Tablespace – Shows detailed information on the tablespace that contains the table
Goal:
Explore the table catalog.
Steps to complete:
- Click on the icons within the table and explore