Kursinhalt
SQL Basics
SQL Basics
6. Practicing
Challenge: Unique combinationsChallenge: Average Q-series cars priceChallenge: The cheapest new A-series carsChallenge: Relation between engine size and fuel consumptionChallenge: Mileage and manufacture year - is there relation?Challenge: Average price for each model and yearChallenge: The most expensive transmission + engine size combinations
Challenge: Average price for each model and year
Aufgabe
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.
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 6. Kapitel 6
Challenge: Average price for each model and year
Aufgabe
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.
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 6. Kapitel 6