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

Homework

Consider the following potential schema for a group membership database for a church or other organization:

member(memberID, firstName, lastName, street, city, state, zipcode, groupTitle, groupTime, groupTopic)

Here, the member lives at an address with other family members, all of whom tend to also be members of the organization. Members may participate in any number of groups. Do the following exercises for this schema:

Personal Database Project

Create a BCNF database schema for your chosen semester project and build a corresponding Access database file for it. Include 5-6 sample records in each table. There are no hard-and-fast rules as to how complicated or large your database should be, but you should have at least three tables, at least one 1-m relationship and at least one m-m relationship.

What to turn in

Use Knightvision to submit your solution. Attach a Word document for the homework and an Access document for the PDP solution.

Back to the top