This is a dedicated watch page for a single video.
Given a database with a table Orders containing columns OrderId , CustomerId , OrderDate , and Amount , you want to retrieve the list of orders placed by a particular customer, identified by CustomerId = 123, where the order amount is greater than $500. Which SQL query will correctly retrieve this data?