Database Management System and SQL
Search...
Ctrl
K
MySQL
Table
Show
Get the List of Tables in the Selected Database
Copy
SHOW TABLES;
SHOW TABLES
IN
`database_name`
;
Previous
Create
Next
Describe
Last updated
8 months ago
Was this helpful?