Question: Given the following relational database schema (primary keys are bold and underlined). Answer questions 4.1 to 4.4: branch(branch_id, branch_name, branch_city, assets) customer customer_id, customer_name, customer_street,
Given the following relational database schema (primary keys are bold and underlined). Answer questions 4.1 to 4.4: branch(branch_id, branch_name, branch_city, assets) customer customer_id, customer_name, customer_street, customer_city, customer_st, customer_zip) loan loan_number branch_id, amount) borrower customer_id, loan_number) account/account number branch_id, balance) depositor(customer_id, account_number) 4.1 (3 Points) For each of the following queries, write a relational algebra expression to answer the query: a) Find the names of all customers who live in Edina and have the name Bronson. b) Find the names and zip codes of all customers who have loans. c) Find the names, cities of residence, and state for all depositors who have accounts with balance that is less than $6000 4.2 (2 point) For each of the following relational algebra expressions, explain the output of the expression in words: a) IIbranch name (Obranch_city"Chicago'( branch) b) IIivan number (Obranch name="Michigan Ave'( branch loan)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
