Question: Using MySQL Workbench and the sample relational database that we imported during class, write a QUERY that returns information about orders ( orderNumber , orderDate

Using MySQL Workbench and the sample relational database that we imported during class, write a QUERY that returns information about orders (orderNumber, orderDate) along with corresponding product details (productCode, productName, productScale) using a LEFT JOIN only. The result should include all ORDERS, and if there are matching PRODUCTS, the product information will be included in the result set. If no matches are found, the columns from the PRODUCTS table will contain NULL values. (refer to the relational diagram posted under lecture notes to help guide you) IMPORTANT: your screenshot MUST include your own name for the schema as proof of your work. No credit will be given if your own database is not present in the screenshot.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!