VeloDB Cloud
SQL Manual
Statments
Show-Statements
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)

Syntax:

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