Using the Northwind database write the SQL queries thataccomplish the following tasks (15 points) 1. Query the order dateand contact information for the customer that placed Order # 103312. List the product name and Supplier contact information for allproducts where the units-onhand is less than the re-order point.(What would be the most useful query to run in this case? Look atthe Products table structure carefully.) 3. List all of the productnames from German suppliers 4. List the order date and the name ofthe shipping company used for all orders placed in May of 1998 5.List the names and order dates of all products that employee RobertKing has sold.
Expert Answer
Answer to Using the Northwind database write the SQL queries that accomplish the following tasks (15 points) 1. Query the order da…