Question: Write a SELECT statement that returns these column names and data from the Products table:
ProductName The ProductName column
ListPrice The ListPrice column
DateAdded The DateAdded column
Return only the rows with a list price that's greater than 500 and less than 2000.
Sort the result set in descending sequence by the DateAdded column.
I am not sure how to solve the problem can you execute the queries give the result of this problem.