You can work with more than one database. Just create a Connection object for each database.
However one database can include many tables and with one database you can make a query that gets data from many tables. For most usages it is better to have one database with many tables.
|