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).
Aliases:
  • database โ€” Alias for name.
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 August 3, 2026