Question: 6. Write a SELECT statement that returns these three columns: product_name The product_name column from the Products table list_price Product List price from Products table

6. Write a SELECT statement that returns these three columns: product_name The product_name column from the Products table list_price Product List price from Products table Item_id Item_Id from the Orider_Items table Return one row for each product that has never been sold. Hint: Use an outer join and only return rows where the Item_Id column contains a null value. Result should look like

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!