Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Improve customer service using database Northwind Traders, an international gourmet food distributor, is concerned about shipping delays over the past six months. Review the orders

Improve customer service using database
Northwind Traders, an international gourmet food distributor, is concerned about shipping delays over the past six months. Review the orders over the past six months and identify any order that was not shipped within 30 days. Each customer that falls within that time frame will be called to inquire about any problems the delay may have caused. Open the attached Food.accdb database file and perform the following activities:
Open the Employees table. Add yourself as an employee (you dont earn any point if your name is not added). Fill in all information, with the hire data as 1/1/1999. Set your Title to Manager Assistant, Extension to 1144, and the Reports To field to Buchanan, Steven. Leave the EmployeePicture field blank. Close the Employees table.
Create a query to calculate the number of days between the date an order was placed and the date the order was shipped for each order. Use Query Design, from the Customers table, include the fields CompanyName, ContactName, ContactTitle, and Phone; from the Orders table, include the fields OrderID, OrderDate, and ShippedDate; from the Order Details table, include the Quantity field; from the Products table, include ProductName Add a calculated field named DaysToShip to calculate the number of days taken to fill each order. (Hint: The expression will include the OrderDate and the ShippedDate; the results will not contain negative numbers.) Add criteria to limit the query results to include any order that took more than 30 days to ship in the past six months. Sort the query by ascending OrderID. (Important note: the past six months should be based on the dates in the file, not actual time;

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

Entity Alignment Concepts Recent Advances And Novel Approaches

Authors: Xiang Zhao ,Weixin Zeng ,Jiuyang Tang

1st Edition

9819942527, 978-9819942527

More Books

Students also viewed these Databases questions