INFORMATION_SCHEMA_CATALOG_NAME view

This Information Schema view identifies the database (or catalog, in SQL terminology) that contains the INFORMATION_SCHEMA schema.

Columns

Column NameData TypeDescription
CATALOG_NAMEVARCHARThe name of the database in which this information_schema resides.

Usage notes

  • This view always contains a single row.