Tag : mysql-show-tables

MySQL show tables from a database

MySQL command to view all tables from a database:


SHOW TABLES;