System Tables
By default, system tables do not appear in Cview. To make them visible, check System Tables from the View menu. They appear in the list of tables in each database, and you can examine them just like user tables.
Querying system tables can provide information about all items in a database, as opposed to only the items associated with a given table. For example, you can see all the indexes and tables in a database by looking at the data in SYSCONGLOMERATES.
NOTE: You cannot modify data in system tables.
Version 5.2
[prev] | [next]