Question: When we convert this ER to relations, which relation will represents the check entity: Question options: Check( account_number,check_number, check_date ,recipient,amount,memo) Check( check_number, check_date ,recipient,amount,memo) Check(
When we convert this ER to relations, which relation will represents the check entity:
Question options:
|
| Check( account_number,check_number, check_date ,recipient,amount,memo) |
|
| Check( check_number, check_date ,recipient,amount,memo) |
|
| Check( check_date ,recipient,amount,memo) |
|
| Check( account_number, check_date) |

When we convert this ER to relation, we will have:
hint: address is multi-valued attribute
Question options:
|
| customer(cust_id,name) address(cust_id,street,city,state,zipcode) |
|
| customer(cust_id,name, street,city,state,zipcode) |
|
| customer(cust_id,name) |
|
| address(cust_id,street,city,state,zipcode) |

The foreign keys in a table are linked to the primary keys in another tables
Question options:
| True | |
| False |
check date account number recipient balance check number amount account* check txn check city state street zipcode address name customer cust id
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
