Answered step by step
Verified Expert Solution
Question
1 Approved Answer
This week we are going to continue developing our query skills. Download the Sales textbook from the database and create queries for to answer the
This week we are going to continue developing our query skills. Download the Sales textbook
from the database and create queries for to answer the following problems. You can use the
Query Design tool to solve these problems, or try writing the SQL yourself. Some problems may
be easier to solve with the GUI, while other will be easiest to solve using SQL code. If you
choose to stick with the Query Design tool for now, I still recommend you view the SQL code
that Access generates for you.
Marks Create a crosstab query that displays the total quantity of each product sold by
each store. Here is a sample output.
Note: We havent covered how to write SQL code for a crosstab yet, so the visual Query
Builder will help here.
Black
tea
Chai corn
flakes
cream
cream
ketchup maple
syrup
milk
litre
pepper rolled
oats
salt
Calgary
Number
Selkirk No
One
Woodcroft
Marks Create a query that creates a new table called Prairies. This new table will contain
all of the records from the Province table for the following provinces: Albert, Saskatchewan,
and Manitoba.
Marks Create a query that returns the full name of the Province that has made the most
money has the highest total amountSold
Marks Create a query that returns the names and cities of each store that has never
made a sale.
Marks Create a query that returns the following information in a single column:
a The names of all products that cost $ or less
b The names of all categories that have a description containing a comma.
Note: To solve this, you will need to use SQL to perform a UNION
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