Challenge: Average price for each model and year
Task
Swipe to start coding
From the audi_cars
table calculate the average price
for each combination of model
and year
. Round average price to 0 decimals (so make it integer). Sort values by year.
Solution
Everything was clear?
Thanks for your feedback!
Section 6. Chapter 6