SHOW-DATABASE-ID

Name

SHOW DATABASE ID

Description

This statement is used to find the corresponding database name according to the database id (only for administrators)

grammar:

  1. SHOW DATABASE [database_id]

Example

  1. Find the corresponding database name according to the database id

    1. SHOW DATABASE 1001;

Keywords

  1. SHOW, DATABASE, ID

Best Practice