Question: 2A. Consider the Bank Database schema: branch (branch name string, branch city: string, assets: real) account (account mumber integer, branch name: string, balance: real) depositor


2A. Consider the Bank Database schema: branch (branch name string, branch city: string, assets: real) account (account mumber integer, branch name: string, balance: real) depositor (customer name: string, account number: integer customer city string) The key fields are underlined, and the domain of each field is listed after the field name. There customer_ name and account number together form the key for depositor. The depositor relation lists the customer name(s) for each account Wrije the following queries in SQL fore branch name is the key for branch, account number is the key for account, and 4M List in alphabetic order the names of all customers having an account in Gandhinagar branch f ii. Find all branches that have greater total account balance than Jayanagar branch 4 ili Find all branches, of Bangalore city, which has an account of all the customers located in CSE 2204 Page 1 of 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
