What is the genre-wise running total and moving average of the average movie duration? -- (Note: You need to show the output table in the question.)
/* Output format: -
genre | avg_duration | running_avg_duration | moving_avg_duration |
---|---|---|---|
comdy | 145 | 102.44 | 134 |
. | . | . | . |
. | . | . | . |
Genre table: - movie_id, genre
Movie table: - id, title, year, date_published, duration, country, worldwide_gross_income, languages, production_company