This technical problem involves writing a SQL query that returns the names of customers who have placed orders with a total value of more than $100.
The solution above is optimal because it uses a JOIN to combine the orders and customers tables. This allows us to access the name column from the customers table.
Evaluated at: 2022-11-06 03:15:53