Question: A three-table database design for the data in the spreadsheet in Figure 5-15 is as follows: ChoirMember (LastName, FirstName, Email, Phone, Part) MusicalWork (NameOfWork) CheckOut
A three-table database design for the data in the spreadsheet in Figure 5-15 is as follows:
ChoirMember (LastName, FirstName, Email, Phone, Part)
MusicalWork (NameOfWork)
CheckOut (LastName, FirstName,NameOfWork, Part, CopyNumber,DateOut,DateIn)
a. Redraw the data in Figure 5-15 into this threetable format.
b. Identify which columns are primary keys for each of these tables.
c. The foreign keys are already in place; identify which columns are foreign keys and which relationships they represent.
d. Does this design eliminate the potential for data integrity problems that occur in the spreadsheet?
Why or why not?
Step by Step Solution
3.41 Rating (160 Votes )
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
