Question
(written in sql) /* 27. Create a list of customers (companyname) and some information about each order (orderid, orderdate, shipdate) they have placed. (830 Records)
(written in sql)
/* 27. Create a list of customers (companyname) and some information about each order (orderid, orderdate, shipdate) they have placed. (830 Records) */
/* 28. Create list of products that were shipped to customers on 04/18/2012. (4 Records) */
/* 29. Create a list of customers that have ordered Tofu. Make sure to list each customer only once. (18 Records) */
/* 31. Create a mailing list to send information to all the customers, employees, and suppliers. Sort the list by city. (129 records) */
/* 32. Create a view called NumCustomerOrders which lists all the customers and the number of orders they have placed. Be sure to list the customer even if they have not placed an order. (91 records) */
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