Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Do this using SQL Server. Create the following queries that access the Northwind database. Place them in . txt file and place the . txt
Do this using SQL Server. Create the following queries that access the Northwind database. Place them in txt file and place the txt file in the appropriate drop box.
The Company Name, Contact Name, and City for all customers from France or USA.
The customer id and name of all customers that purchased an item whose category ID is
The product ID and name for all products that were shipped on or after July Place the list in ascending order by shipped date.
The product ID name, unit price, and units in stock for all products that were purchased by any customer from Germany, Austria, or Sweden.Place the list in alphabetical order by country and then by product ID
The category ID category name, product number, product name, units in stock and units on order for all items that have a zero value in units on order. Place the list in alphabetical order by category name and then by product name.
The order number, company name, city to which the order is shipped, and freight amount for all orders that contain an item supplied by a supplier named Exotic Liquids. You must use the supplier name in your query.
The company name for all customers that purchased an item in the Beverages or Condiments category. List each name only once and place the names in alphabetical order.
The product ID and name for all products that were ordered by a customer named Ernst Handel. Use the name and not the customer ID in the query. Place the list in alphabetical order by product name.
The order ID customer ID company name, and destination city for all orders shippedto Mexico or USA. Place the list in alphabetical order by company name.
The product ID product name, and quantity ordered for all products orderedon an order taken by an employee named Robert King. Place the list in alphabetical order by product name.
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