How to Show List of Tables in a MySQL
Notes:
How to Show List of Tables in a MySQL Database
How to display list of tables present in the currently selected database:
- To display list of tables present in the currently selected database; we take help of show tables command
Basic Syntax:
show tables;
Interview Questions: