Solution to Activity 2.1
Perform the following steps to successfully execute this activity:
- Open the EER diagram for the
autoclub
model. - Click on the EER diagram and press T to get the new table pointer. Click on the diagram to place the new table, as shown here:
- Double-click on the new table to open the table design. It will look something like the following:
- Rename the table
membershipfees
and enter theID
,MemberID
,FeeAmount
,DatePaid
,WhenAdded
, andLastModified
fields, as shown here:
- Click on the Foreign Keys tab and create a foreign key named
FK_MembershipFees_Members
with'autoclub':'members'
under Referenced Table. In the next panel, select MemberID under Column and ID under...