Course Content
SQL Basics
SQL Basics
Challenge: Average price for each model and year
Task
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.
Thanks for your feedback!
Challenge: Average price for each model and year
Task
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.
Thanks for your feedback!
Challenge: Average price for each model and year
Task
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.
Thanks for your feedback!
Task
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.