Question: write a select statement that returns these two columns: category_name and product_id. Return one row for each category that has never been used. Hint: use
write a select statement that returns these two columns: category_name and product_id. Return one row for each category that has never been used. Hint: use an outer join and only return rows where the product_id contains a null value
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
