Course Content
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: The cheapest new A-series cars
Task
Swipe to start coding
From the audi_cars
table extract all the characteristics for TOP 3 cheapest (column price
) A-series (column model
) cars manufactured after 2016 (column year
).
Solution
Everything was clear?
Thanks for your feedback!
Section 6. Chapter 3
Challenge: The cheapest new A-series cars
Task
Swipe to start coding
From the audi_cars
table extract all the characteristics for TOP 3 cheapest (column price
) A-series (column model
) cars manufactured after 2016 (column year
).
Solution
Everything was clear?
Thanks for your feedback!
Section 6. Chapter 3