Show

Get the List of Tables in the Selected Database

SHOW TABLES;
SHOW TABLES IN `database_name`;

Last updated

Was this helpful?