0% found this document useful (0 votes)
248 views3 pages

HW3 PDF

This document contains homework assignments to map an entity relationship schema to a relational schema. It asks the student to take an ER schema from a figure and map it to a relational schema, stating any assumptions. It also asks the student to take an existing ER banking schema and map it to a relational schema, specifying primary and foreign keys.

Uploaded by

Rahul Patil
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
248 views3 pages

HW3 PDF

This document contains homework assignments to map an entity relationship schema to a relational schema. It asks the student to take an ER schema from a figure and map it to a relational schema, stating any assumptions. It also asks the student to take an existing ER banking schema and map it to a relational schema, specifying primary and foreign keys.

Uploaded by

Rahul Patil
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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