Database Management System and SQL
Ctrl
K
Copy
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
1 year ago
Was this helpful?