Write a SQL statement to return some columns
Question: Write a SELECT statement that joins the Categories table to the Products table and returns these columns: CategoryName, ProductName, ListPrice.
Prepare this SQL query and sort the result set by CategoryName and then by ProductName in ascending order.