SHOW-TABLE-ID
SHOW-TABLE-IDβ
Nameβ
SHOW TABLE ID
Descriptionβ
This statement is used to find the corresponding database name, table name according to the table id (only for administrators)
grammar:
SHOW TABLE [table_id]
Exampleβ
Find the corresponding database name, table name according to the table id
SHOW TABLE 10001;
Keywordsβ
SHOW, TABLE, ID