Catalog Functions
Figure 7.1 Sales order database structure
This structure, along with other information such as privileges, is stored in
a set of system tables called the database
An application can discover this structure through calls to the catalog functions. The catalog functions return information in result sets and are usually
implemented through SELECT statements against the tables in the catalog. For example, an application
might request a result set containing information about all the tables on the
system or all the columns in a particular table.