Course Content
SQL Basics
SQL Basics
Challenge: The cheapest new A-series cars
Task
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
).
Thanks for your feedback!
Challenge: The cheapest new A-series cars
Task
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
).
Thanks for your feedback!
Challenge: The cheapest new A-series cars
Task
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
).
Thanks for your feedback!
Task
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
).