Assignment 5 New
Assignment 5 New
A Specify identifiers and attributes for the entities CD, ARTIST, ROLE, and SONG.
B Construct a crows foot model showing relationships among these four entities.
Name each relationship and specify cardinalities. Indicate which cardinalities you can
justify on the basis of the CD cover and which you will need to check out with the
users.
C Consider a CD that does not involve a musical, so there is no need for ROLE.
However, the entity SONG_WRITER is needed. Create a crow's foot model for CD,
ARTIST, SONG, and SONG_WRITER. Assume that an ARTIST can either be a
group or an individual. Assume that some artists record individually and as part of a
group.
In this set of case questions, we will consider a different information system for Highline
University, one that will be used by the Highline University Mentor Program. The
Highline University Mentor Program recruits business professionals as mentors for
Highline University students. The mentors are unpaid volunteers who work together with
the students advisers to ensure that the students in the mentoring program learn
needed and relevant management skills. In this case study, you will develop a data
model for the Mentor Program Information System.
Highline University, like many colleges and universities in the Pacific Northwest (see the
Wikipedia article on Pacific_Northwest), is accredited by the Northwest Commission on
Colleges and Universities (NWCCU see the NWCCU Web site). Like all the colleges
and universities accredited by the NWCCU, Highline University must be reaccredited at
approximately five-year intervals. Additionally, the NWCCU requires annual status-
update reports.
Highline University is made up of five colleges: the College of Business, the College of
Social Sciences and Humanities, the College of Performing Arts, the College of
Sciences and Technology, and the College of Environmental Sciences. Jan Smathers is
the president of Highline University, and Dennis Endersby is the provost (a provost is a
vice president of academics; the deans of the colleges report to the provost). Highline
University is a fictional university and should not be confused with Highline Community
College located in Des Moines, Washington. Any resemblance between Highline
University and Highline Community College is unintentional and purely coincidental.
A. Draw an E-R data model for the Highline University Mentor Program Information System
(MPIS). Use the IE Crows Foot E-R model for your E-R diagrams. Justify the decisions
you make regarding minimum and maximum cardinalities.
Your model should track students, advisers, and mentors. Additionally, Highline
University needs to track alumni because the program administrators view alumni as
potential mentors.
1. Create separate entities for students, alumni, faculty advisers, and mentors.
At Highline University, all students are required to live on campus and are assigned
Highline University ID numbers and email accounts in the format
[email protected]. The student entity should track student last
name, student first name, student University ID number, student email address, dorm
name, dorm room number, and dorm phone number.
At Highline University, all faculty advisers have on-campus offices and are assigned
Highline University ID numbers and email accounts in the format
[email protected]. The faculty entity should track faculty last name,
faculty first name, faculty University ID number, faculty email address, department,
office building name, office building room number, and office phone number.
Highline University alumni live off campus and were previously assigned Highline
University ID numbers. Alumni have private email accounts in the format
[email protected]. The alumni entity should track alumnus
last name, alumnus first name, alumnus former student number, email address,
home address, home city, home state, home ZIP code, and phone number.
Highline University mentors work for companies and use their company address,
phone, and email address for contact information. They do not have Highline
University ID numbers as mentors. Email addresses are in the format
[email protected]. The mentor entity should track mentor last
name, mentor first name, mentor email address, company name, company address,
company city, company state, company ZIP code, and company phone number.
2. Create relationships between entities based on the following facts:
Each student is assigned one and only one faculty adviser and must have an adviser.
One faculty member may advise several students, but faculty members are not
required to advise students. Only the fact of this assignment is to be recorded in the
data modelnot possible related data (such as the date the adviser was assigned to
the student).
Each student may be assigned one and only one mentor, but students are not
required to have a mentor. One mentor may mentor several students, and a person
may be listed as a mentor before he or she is actually assigned students to mentor.
Only the fact of this assignment is to be recorded in the data modelnot possible
related data (such as the date the mentor was assigned to the student).
Each mentor is assigned to work and coordinate with one and only one faculty
member, and each mentor must work with a faculty member. One faculty member
may work with several mentors, but faculty members are not required to work with
mentors. Only the fact of this assignment is to be recorded in the data modelnot
possible related data (such as the date the faculty member was assigned to the
mentor).
Each mentor may be an alumnus, but mentors are not required to be alumni. Alumni
cannot, of course, be required to become mentors.
B. Revise the E-R data model you created in part A to create a new E-R data model based on the
fact that students, faculty, alumni, and mentors are all a PERSON. Use the IE Crows Foot E-R
model for your E-R diagrams. Justify the decisions you make regarding minimum and maximum
cardinality. Note that:
D. Write a short discussion of the difference between the three data models you have created.
How does data model B differ from data model A, and how does data model C differ from data
model B? What additional features of the E-R data model were introduced when you created
data models B and C?
Data Design Using Normalization Part 3
Description:
Work the Morgan Importing Problem described as described below. No database development is required for this
assignment, just the table design. The assignment involves concepts covered in chapter 4 and its slides. Pay
attention to the following guidelines for Assessing Table Structure from Figure 4-1 of Chapter 4.
A Follow the Assessing Table Structure procedure shown. List multivalued dependencies,
functional dependencies, candidate keys, primary keys, and foreign keys. State your
assumptions.
D The relationship between shipment and item data could be inferred by matching values in the
From cells to values in the City cells. Describe two problems with that strategy.
E Describe a change to this spreadsheet that does express the shipment/item relationship.
F Assume that Phillip wishes to create an updateable database from this data. Design tables you
think are appropriate. State all referential integrity constraints.
G Assume that Phillip wishes to create a read-only database from this data. Design tables you think
are appropriate. State all referential integrity constraints.
H Does this data have a multivalue, multicolumn problem? If so, how will you deal with it?
I Does this data have a inconsistent data problem? If so, how will you deal with it?
J Does this data have a null value data problem? If so, how will you deal with it?
K Does this data have a general-purpose remarks problem? If so, how will you deal with it?
For part B, list at least 6 questions to verify your assumptions stated in part A.
For part C, describe the tables using the textbook format (the PK is underlined and the FK is italicized).
For example, SKU_DATA (SKU, SKU_Description, Department, Buyer)
For part D, focus on the FK usage and the issue of data consistency when addressing this part.
For Parts F and G, , describe the tables using the textbook format (underlined PK and italicized FK) with
referential integrity statements. For example,
Include all of your answers for all parts in one MS Word document. See other useful hints document in
module 5.
Submission Criteria: