mysql query to view all tables in database code example
Example 1: mysql show all tables
show tables;
Example 2: mysql command show tables
SHOW TABLES;
Example 3: show tables mysql
Press CTRL+C to copy SHOW [EXTENDED] [FULL] TABLES
[{FROM | IN} db_name]
[LIKE 'pattern' | WHERE expr]