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 Name

Data Type

Description

CATALOG_NAME

TEXT

The name of the database in which this information_schema resides.

Usage Notes

  • This view always contains a single row.