You are currently viewing a sample of the Cram Kit. Click here to unlock everything.
Click here for the Access files!
I would recommend downloading this ZIP file, and then emailing it to yourself.
Then, log into your email in your Virtual Desktop and re-download & unzip it there.
0 of 7 Questions completed
Questions:
You have already completed the practice exercise before. Hence you can not start it again.
Practice Exercise is loading…
You must sign in or sign up to start the practice exercise.
You must first complete the following:
0 of 7 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Open the FogMachineToYou database. This details a database for a local college fog machine delivery business.
Create a new query based off of the Event table, abiding by the following:
Copy Q1_DurationStats and rename the copy Q2_EventsByCustomerState. Edit this query based on the following:
Modify the Q3_Commission query, and alter it according to the following steps:
Create a new query that displays the list of all cities that FogMachineToYou has sold to, and the sum of all contract amounts associated with those cities. Name this column “Total Revenue”. Additionally, include the number of contracts associated with the cities. Name this column “Count of Contracts”. This will enable the FogMachineToYou executive team to determine in what cities marketing efforts need to be increased.
Create a new query that determines all the clients who booked an event for Halloween weekend (10/30/2021 – 10/31/2021). FogMachineToYou is doing a Halloween promotion and offering special orange fog to these customers for a $15 increase of their original contract amount. In this new query, you need to show the customer’s name, number, and the promotionally adjusted price (the original contract amount plus $15). The promotionally adjusted price should appear as “Promotional Contract Amount” and should be displayed as a currency.
Compact and repair the FogMachineToYou database.
