Wte a sql statement that will join the order details


Using Microsoft Access and the Northwind sample database, produce an SQL statement for each of the 4 exercises below. For each exercise you should submit both the SQL statement you have written along with a screen shot of the results.

*Important - Do Not Use the Query Wizard as these are exercises in learning to write SQL. It will be apparent in the syntax if you completed the assignment with the Query Wizard. Please practice honesty and integrity as you complete the assignment.

#1) Number of Orders with Credit Card Payment
Write a SQL statement that will count the number of orders in the [Order Details] table that were paid by credit card.

 

#2) Top Selling Product based on Order Amount (One Join)

Write a SQL statement that will join the [Order Details ] table and [Products] table to determine the top selling product based on [Quantity]*[Unit Price].

 #3) Products with Less Than $2500 in Orders

Write a SQL statement that will join the [Order Details] table and [Products] table to determine only those products with less than $2500 in Orders based on [Quantity]*[Unit Price].

 

#4) Top Producing Employee base on Order Amount (Two Joins)

Write a SQL statement that will join the [Orders] table, [Order Details] table and [Employees] table to determine the highest producing employee based on the employees first name and [Quantity]*[Unit Price].

Request for Solution File

Ask an Expert for Answer!!
PL-SQL Programming: Wte a sql statement that will join the order details
Reference No:- TGS01283101

Expected delivery within 24 Hours