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