March 2000
Beginner
464 pages
9h 17m
English
Each implementation has several tables and views that compose the system catalog, some of which are categorized by user level, system level, and DBA level. For your particular implementation, you should query these tables and read your implementation's documentation for more information on system catalog tables. See Table 21.1 for a few examples of five major implementations.
| Microsoft SQL Server | |
|---|---|
| Table Name | Description |
| SYSUSERS | Information on database users |
| SYSSEGMENTS | Information on all database segments |
| SYSINDEXES | Information on all indexes |
| SYSCONSTRAINTS | Information on all constraints |
| dBase | |
|---|---|
| Table Name | Description |
| SYSVIEWS | Information on all views ... |
Read now
Unlock full access