Question: Consider the bank database of Figure 2.18. Give an expression in the relational algebra for each of the following queries: a. Find the name of
Consider the bank database of Figure 2.18. Give an expression in the relational algebra for each of the following queries:
a. Find the name of each branch located in “Chicago”.
b. Find the ID of each borrower who has a loan in branch “Downtown”.

branch(branch_name, branch_city, assets) customer (ID, customer_name, customer_street, customer_city) loan (loan_number, branch name, amount) borrower (ID, loan_number) account (account number, branch_name, balance) depositor (ID, account_number)
Step by Step Solution
3.49 Rating (166 Votes )
There are 3 Steps involved in it
a SELECT branchname FROM branch W... View full answer
Get step-by-step solutions from verified subject matter experts
