Write an SQL query to generate monthly sales data
Create an SQL query that calculates monthly sales totals from a [TABLE_NAME] table. Group by month and year, and include columns for total revenue, number of transactions, and average order value. Replace [TABLE_NAME] with your actual table name.
For generating business intelligence reports from relational databases.