CIS-145 Homework #4

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

CIS-145 Homework #4 Name:_____________

In this homework assignment, you will work with multiple tables and relationships. Turn in a
folder with this instruction sheet and any print outs required. Make sure your name is on the
folder and this sheet. Copy the database to the dropbox. Make sure you keep a copy of the
database. 25 points
Using your database from Homework #3, make any needed corrections to the
Classes and Assignments tables identified in class review of Homework #3 before
you begin.
1: The database needs to be expanded to track students and the courses they are enrolled
in. Student information includes:
Student ID; Student Name; Address information; Phone Number
Create a Students table, defining fields appropriately (data organized into fields, correct
data type). Identify and create a suitable primary key. 10 points
2: Determine how to relate Students and Classes. Take the steps necessary to create this
relationship. 15 points

Extra Credit (5 points)


Create an autolookup query (this is NOT a lookup field). Entering student id and class
information into a new row should result in the display of student name, course title,
meeting days, and start time.

6/23/09

You might also like