You are on page 1of 3

CINS 370 - Homework 3 -

9.3 - Try to map the relational schema of Figure 6.6 into an ER schema. This is part of a process known as reverse engineering, where a

conceptual schema is created for an existing implemented database. State any assumptions you make. Answer:
9.5. Map the BANK ER schema of Exercise 3.23 (shown in Figure 3.21 below) into a relational schema. Specify all primary keys and foreign
keys. Follow the similar example as 9.4 stated above.

Answer:

BANK
Code Name Addr
Account
Acct_no Balance Type Branch_no Bcode
FK FK
CUSTOMER
Ssn Phone Name Addr
LOAN
Loan_no Type Amount Branch_no Bcode

BANK_BRANCH
Bcode Branch_no Addr
FK
A_C
Account_no Ssn
FK FK
L_C
Ssn Loan_no
FK FK
5. Answer:

You might also like