"You may know how to use SQL to extract data from a table in a MySQL database, and how to run a query that combines data from more than one table. But what about multiple databases? Or even multiple databases on multiple servers?
"Let's start by looking at the simplest example--running a query on a single table. All you have to do is connect to the database, enter the query, and press Enter..."