What is the command for showing all tables within a database on a server

W

How Can We Help?

What is the command for showing all tables within a database on a server

After your database has been selected using the use command eg.

use database;

you can type the show tables command to list all tables within the selected databaseeg.

show tables;

About the author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

About Author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

Follow Me