mysql show table command code example
Example 1: show table status command in mysql
SHOW TABLE STATUS FROM DB_name WHERE name = 'table_name';
Example 2: show tables mysql
SHOW TABLES;
Example 3: mysql show tables in database
show tables;
Example 4: show tables mysql
Press CTRL+C to copy SHOW [EXTENDED] [FULL] TABLES
[{FROM | IN} db_name]
[LIKE 'pattern' | WHERE expr]