Skip to main content

Description

Contains information about the databases that are available to the current user.

Columns

  • name (String) — Database name.
  • engine (String) — Database engine.
  • data_path (String) — Data path.
  • metadata_path (String) — Metadata path.
  • uuid (UUID) — Database UUID.
  • engine_full (String) — Parameters of the database engine.
  • comment (String) — Database comment.
  • is_external (UInt8) — Database is external (i.e. PostgreSQL/DataLakeCatalog).
The name column from this system table is used for implementing the SHOW DATABASES query.

Example

Create a database.
Query
Check all of the available databases to the user.
Query
Response
Last modified on July 2, 2026