Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts of Database Management

Authors: Philip J. Pratt, Mary Z. Last

8th edition

ISBN: 1285427106, 978-1285427102

More Books

Students also viewed these Databases questions

Question

Explain the function and purpose of the Job Level Table.

Answered: 1 week ago