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:

  1. SHOW TABLE [table_id]

Example

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

    1. SHOW TABLE 10001;

Keywords

  1. SHOW, TABLE, ID

Best Practice