Can someone provide the answer with reference to SQL queries?
Statement: Write a SELECT statement that returns the CategoryName column from the Categories table.
Return one row for each category that has never been assigned to any product in the Products table. To do that, use a sub-query introduced with the NOT EXISTS operator.
Give the answer of given question and also give details.