Question: How many relations(tables) we will have when we convert this ER to relations? One relation: Customer(cust_id, name,street_address,City) Loan(loan_id,amount,cust_id) Two relations: Customer(cust_id, name,street_address,City), Three relations: Loan(loan_id,amount),
How many relations(tables) we will have when we convert this ER to relations?
|
| One relation: Customer(cust_id, name,street_address,City) Loan(loan_id,amount,cust_id) |
|
| Two relations: Customer(cust_id, name,street_address,City), |
|
| Three relations: Loan(loan_id,amount), Customer(cust_id, name,street_address,City), borrower(loan_id,cust_id,access_dates) |
|
| One relation: Loan(loan_id,amount) |
name street address loan id access_date amount cust id city customer borrower loan
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
