You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- A subtle requirement in the request might be overlooked or interpreted incorrectly.
- Observe that the request said “return orders with total value greater than 10,000” and not “return orders with value greater than 10,000.”
- In other words, it’s not the individual order detail row that is supposed to meet the requirement.
- Instead, the group of all order details within the order should meet the requirement. This means that the query shouldn’t have a filter in the WHERE clause