Retail revenue trends

Medium

Given the table below, called 'orders', write code to show the average revenue by month by channel. The format of the result should look like the following:

  • Month | Channel | Avg. Revenue

| | order_id | channel | date | month | revenue | | - | -------- | -------- | ---------- | ----- | ------- |...

Sign in to InterviewQs to view this question

Or

New to InterviewQs? Sign up now.

By proceeding, you agree to our Terms and Conditions and Privacy Policy.

Loading editor...