The document provides instructions for an exercise to connect to a database in Rational Application Developer.
The exercise has four main sections:
1. Importing the structure and sample data from an existing library database.
2. Creating a new database structure in Rational Application Developer called BOOKSTORE and exporting it to a Derby database.
3. Querying the database using SQL statements.
4. Creating a diagram of the database tables.
The exercise guides students to connect to the library database, import its structure, create a new BOOKSTORE database with a table, populate the table with sample data using SQL statements, and query the database.