Displaying all the built-in tables in a default mysql database

The MySQL server, when installed, comes with certain default databases. One of those databases is mysql. In this recipe, we will learn to display all the table names that are available in the mysql database.