SHOW-DATABASE-ID
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:
SHOW DATABASE [database_id]
Exampleβ
Find the corresponding database name according to the database id
SHOW DATABASE 1001;
Keywordsβ
SHOW, DATABASE, ID