DICTIONARY table
|
Description
|
---|---|
CATALOGS
|
contains information
about catalogs in the current connection.
|
COLUMNS
|
contains information
about columns in all known tables.
|
COLUMN_STATISTICS
|
contains table and index
statistics that are based on the columns in the tables.
|
STATISTICS
|
contains table and index
statistics that are associated with the tables.
|
TABLES
|
contains information
about table types and a list of table, catalog, or schema names of
tables in the data source.
|
select * from dictionary.catalogs where catalog='SALECAT'; select * from dictionary.columns where table_name='YEAREND'; select * from dictionary.tables;