Which query would you use to retrieve all customers from a "Customers" table in Azure SQL Database who have placed orders with a total value exceeding $1000? The "Customers" table has a CustomerID column, and the "Orders" table has CustomerID and OrderTotal columns.