Skip to main content
Skip to main content

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

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

    SHOW TABLE 10001;

Keywords

SHOW, TABLE, ID

Best Practice