Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Consider the following database schema. Opening (AccountNumber, OpenDate, OpeningBalance, TotalDeposit, TotalWithdrawal, ClosingBalance, ClosingBalanceDate, LastDepositDate, LastWithdrawalDate) Deposit (AccountNumber, Date, Amount, Mode) Withdrawal (AccountNumber, Date, Amount, Mode)
Consider the following database schema.
Opening (AccountNumber, OpenDate, OpeningBalance, TotalDeposit, TotalWithdrawal, ClosingBalance, ClosingBalanceDate, LastDepositDate, LastWithdrawalDate)
Deposit (AccountNumber, Date, Amount, Mode)
Withdrawal (AccountNumber, Date, Amount, Mode)
Account Holder (AccountNumber, Name, BuildingNumber, AreaName, StreetNumber, CityCode, PinCode, StateCode)
Cities (CityCode, CityName, StateCode)
State (StateCode, StateName)
Answer to the following questions and write down the queries in Relational Algebra:
(a) All the Account Numbers having neither any deposit nor any withdrawal in December, 2021.
(b) Those Account Numbers and Names of Account Holders from city Chittagong whose opening balance is more than $ 10000.
(c) The City Names where there is no Account Holders.
(d) All those Account Numbers, which do not have any transaction after opening.
(e) All the Account Numbers who belong to Dhaka.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started