forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
3.6 KiB
3.6 KiB
SHOW TABLES
Function
SHOW TABLES command is used to list all tables in the current or a specific database.
Syntax
SHOW TABLES [IN db_name];
Parameter Description
Parameter |
Description |
---|---|
IN db_name |
Name of the database. This parameter is required only when tables of this specific database are to be listed. |
Usage Guidelines
IN db_Name is optional.
Examples
SHOW TABLES IN ProductDatabase;
System Response
All tables are listed.
Parent topic: DDL