mysql
Show all tables in a database MySQL
To list all tables exists inside a database using the below query in MySQL
SHOW TABLES:
Was this helpful?
Similar Posts