Answered step by step
Verified Expert Solution
Link Copied!

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 3: The sales manager has decided to check the quality of customer service for
all sales associates (Title ID =2) 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 Customer_Name), 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 qmakProblem3. Run it once and create tb/Sales Associate CallList.
Problem 4: 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 Problem4.
Problem 5: 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 61 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 gryProblem6.
HINT: Try nesting queries. ThAproblem can be solved with just two queries. Name the first query gryProblem6A and name the final query gry Problem6, which shows the dynaset described above.

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

Data Analysis Using SQL And Excel

Authors: Gordon S Linoff

2nd Edition

111902143X, 9781119021438

More Books

Students also viewed these Databases questions

Question

Prepare a short profile of Henry words worth Longfellow?

Answered: 1 week ago

Question

What is RAM as far as telecommunication is concerned?

Answered: 1 week ago

Question

Question 1: What is reproductive system? Question 2: What is Semen?

Answered: 1 week ago

Question

Describe the sources of long term financing.

Answered: 1 week ago

Question

How do modern Dashboards differ from earlier implementations?

Answered: 1 week ago