Report the month-by-month invoice activity for fiscal year 2012.
| Column | Type |
|---|---|
| InvoiceId | INTEGER (PK) |
| CustomerId | INTEGER (FK) |
| InvoiceDate | TIMESTAMP NOT NULL |
| BillingCountry | TEXT |
| Total | NUMERIC(10,2) NOT NULL |
InvoiceDate in calendar year 2012Month in YYYY-MM format, InvoiceCount, Revenue (rounded to 2 decimals), AvgInvoice (rounded to 2)Ready to take your skills to the next level? Enroll in our comprehensive Data Analyst Career Track to master SQL, Python, Excel, and Power BI.
Run your code to see the result here.