Schema managementMySQL
SHOW TABLES
SHOW TABLES
DESCRIBE
List tables and inspect column metadata.
Command
SHOW TABLES;
Example usage
Review schema structure and available tables.
SHOW TABLES;
DESCRIBE <table>;
Related tags
Schema managementDESCRIBEdatabasesqlinnodb