You are on page 1of 1

Bank

bank_name
bank_id (primary key) Checking
bank_code (primary key) account_no (foreign key)
bank_address account_id (foreign key)
account_do
account_bal
account_service_charge

Branch
bank_id (foreign key)
bank_code (foreign key) Savings
bank_name account_no (foreign key)
bank_address account_id (foreign key)
account_do
account_bal
account_interest_rate

Maintain
Loan
account_no (foreign key)
account_id (foreign key)
Customer Accounts account_do
account_bal
customer_id account_no (primary key)
account_id (foreign key) Account account_limit
account_id (primary key)
customer_name Holder
account_do
customer_address account_type

You might also like