System tables

System tables are special tables maintained by the ObjectServer, and they contain metadata about ObjectServer objects.

System tables are identified by the database name catalog. For example, the catalog.columns table contains metadata about all the columns of all the tables in the ObjectServer.

You can view information in the system tables by using the SELECT and DESCRIBE commands, but you cannot add, modify, or delete system tables or their contents by using ObjectServer SQL.