Datebase for keeping customer records of a bank //// Description//// A bank can have multiple branches and each branch can have multiple accounts and loans. • Customer attributes : aadhaar no, customer name, dob, address, mobile, email, gender, age. • Account attributes : account no, balance, type. • Loan attributes : loan no, amount, type. • Branch attributes : IFSC code, address. /// Sample Questions ////
- Retrieve all the customers of a branch.
- Retrieve all the customer addresses who have loan.
- Retrieve the bank address to which the given account belongs to.
- Retrieve the balances and liabilities of a customer.
- Retrieve customers who has multiple accounts.