intermediate
SQL Query Generator
Writes SQL queries based on a description of desired data retrieval.
📝 محتوى الأمر
Write a SQL query to select the names and order dates of all customers who have placed an order with a total value greater than $100 in the last month. Assume a table named 'orders' with columns 'customer_name', 'order_date', and 'total_value'.