Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem 3 : The sales manager has decided to check the quality of customer service for all sales associates ( Title ID = 2 )
Problem : The sales manager has decided to check the quality of customer service for
all sales associates Title ID by calling and interviewing customers. Write a make
table query that will create a new table called blSales AssociateCallList. This table should contain the following fields: last name of the sales associate, InvoicelD for all sales made by each sales associate, first and last name of customer in one field called CustomerName and customer phone number. The table should be sorted first by sales associate last name ascending and then by InvoiceID ascending Save the query as qmakProblem Run it once and create tbSales Associate CallList.
Problem : Management wants in inventory listing that shows the retail dollar value of each inventory item in stock. Build a query that produces a dynaset containing the following fields: InventoryID, UnitPrice, UnitsOnHand, and Retail Value, a calculated field. Format the RetailValue field as "Currency". Save the query as gry Problem
Problem : Create a query that shows the total retail value of the entire inventory in in stock. This query should return a dynaset with a single number, which is that total value.
Save the query as gryProblems.
CONTINUED ON BACK
Problem The inventory manager wants to know the wholesale cost of all the backerders, displayed by item number. The baekorders were made to the suppliers with the lowest cost offered for each inventory item. He wants a dynaset that shows each backordered item with the following columns from left to right: the inventory ID the name the item, the negative quantity on hand which is the same as the quantity ordered the lowest supplier cost of that item, and a last column called BackOrderTotal, which is the quantity on backorder multiplied by the lowest cost for that item, which should be displayed as a positive, not negative, dollar figure. Name this query gryProblem
HINT: Try nesting queries. ThAproblem can be solved with just two queries. Name the first query gryProblemA and name the final query gry Problem which shows the dynaset described above.
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