SQL Joins   «Prev  Next»

Create Simple Join - Exercise


Objective: Create a statement that will provide the specified join.
Consider the following tables for this exercise:
Customer
Cust_IDlastnamefirstnameaddresscitystatezip_code

Orders
Order_IDCust_IDItem_IDQtyOrderDate

Create a statement that will return each order line with its associated customer. When you are done, submit your answer to the tutor.