CURRENT_CATALOG
Returns the name of the catalog currently in use for the session.
SQL Syntax
CURRENT_CATALOG()
SQL Examples
SELECT CURRENT_CATALOG();
┌───────────────────┐
│ current_catalog() │
├───────────────────┤
│ default │
└───────────────────┘