Write a SELECT statement that returns these two columns:_______
Category Name The Category Name column from the Categories table
Product ID The Product ID column from the Products table
Return one row for each category that has never been used.
Hint: Use an outer join and only return rows where the Product ID column contains a null value.