We have three databases in the MySQL database server. The information_schema and mysql are the default databases that are available when we install MySQL, and the classicmodels is the new database that we have created.
Selecting a database to work with
Before working with a particular database, you must tell MySQL which database you want to work with by using the USE statement.