Write a query | Computer Science homework help
Write a query to determine the cost of the least expensive part in the part table? Format the returned price in dollars and cents using the correct function. Your result set should have only one amount in it.
(TCO 7) Using the orders table, write a query that will list the order number, date, and customer number for every order that was made prior to September 5, 1998. Format the date in your result set to be in the same format as above (i.e., September 5, 1998).
(Points : 15)
(TCO 7) Write a query that will list the customer first and last name and the sales rep commission rate using JOIN ON.
(Points : 15)