Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Given the MS Access database schema and answer the following queries by writing out the SQL statements: 1.Show the ClientID, First and last names and

Given the MS Access database schema and answer the following queries by writing out the SQL statements:

1.Show the ClientID, First and last names and date joined of the client that has referred the most other clients.

2) Show the Investment FundID, Fund Name, and Fund Manager of the fund with the largest total allocations.

3) Show the Investment FundID, Fund Name, Fund Manager and Date the fund started, of any funds that have not received any allocations.

4) Find the shortest number of days between when a client makes a deposit and then receives a disbursement.

5) Calculate the current basis of a fund as the total amount allocated less the total amount disbursed. For each Investment fund, show the FundID, Fund Name, Fund Manager and current basis.

*The below table is the reference

Client Disbursement Table:

image text in transcribed

Client Table:

image text in transcribed

Deposit Table:

image text in transcribed

Fund Allocation Table:

image text in transcribed

Investment Funds Table:

image text in transcribed

FundAllocations ClientDisbursements Data Type Field Name DisbursementID DisbursementDate DisbursementAmou DestinationBankAccount Short Text ClientID FundID AutoNumber Date/Time Number nt

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_2

Step: 3

blur-text-image_3

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

Database Horse Betting The Road To Absolute Horse Racing 2

Authors: NAKAGAWA,YUKIO

1st Edition

B0CFZN219G, 979-8856410593

More Books

Students also viewed these Databases questions

Question

How wide are Salary Structure Ranges?

Answered: 1 week ago