Course Content
SQL Basics
SQL Basics
The cheapest combination
Let's try to use acquired knowledge to solve the following problem!
Task
From the audi_cars
table extract all the combinations of fueltype
+ transmission
. Round price to 2 decimals and order using it in ascending order.
Thanks for your feedback!
The cheapest combination
Let's try to use acquired knowledge to solve the following problem!
Task
From the audi_cars
table extract all the combinations of fueltype
+ transmission
. Round price to 2 decimals and order using it in ascending order.
Thanks for your feedback!
The cheapest combination
Let's try to use acquired knowledge to solve the following problem!
Task
From the audi_cars
table extract all the combinations of fueltype
+ transmission
. Round price to 2 decimals and order using it in ascending order.
Thanks for your feedback!
Let's try to use acquired knowledge to solve the following problem!
Task
From the audi_cars
table extract all the combinations of fueltype
+ transmission
. Round price to 2 decimals and order using it in ascending order.