IS 341 - Database Administration
Project #4 - 20 HW points, 10 PDP points

Homework

Download the Northwind database (northwind.mdb) and familiarize yourself with its contents. As you will see from the relationships screen, it is similar to the Acme database we use in the lectures. Create (and save) queries that do the following:

Save the queries under the names "query1", "query2", etc.

Personal Database Project

Write (and save) 3 interesting QBE queries for your project database. At least one of them should involve multiple tables and at least one should involve grouping/aggregation. Make these queries return something that a user of your database might actually want to know.

What to turn in

Use Knightvision to submit your two access databases (i.e., the northwind db with queries, and your personal database with queries).

Back to the top