list table mysql command code example
Example 1: mysql command show tables
SHOW TABLES;
Example 2: mysql terminal list table
show table; /* database has to be selected first */
SHOW TABLES;
show table; /* database has to be selected first */