information_schema_catalog_name

The information_schema_catalog_name view is an information schema table that always contains exactly one row and one column, representing the name of the current database.

Column name Data type Description
catalog_name sql_identifier The name of the database that contains this information schema.