Catalogs

Overview

  • A named collection of schemas
  • Supported by SQL-92
  • Allows a related set of schemas to be organized into a unique namespace
  • There can be multiple catalogs in a database
  • Schemas can be qualified with the catalog name (MyCatalog.MySchema.MyTable)