Skip to content

SHOW

SHOW TABLES;
+-----------------+
| Tables_in_Shop |
+-----------------+
| Customers |
| Orders |
| Products |
+-----------------+

The SHOW TABLES statement lists all the tables in the current database. The output displays the tables ‘Customers’, ‘Orders’, and ‘Products’ under the ‘Tables_in_Shop’ heading, indicating these are the tables present in the ‘Shop’ database.