Contenido del Curso
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
The cheapest combination
Let's try to use acquired knowledge to solve the following problem!
Tarea
Swipe to start coding
From the audi_cars
table extract all the combinations of fueltype
+ transmission
. Round price to 2 decimals and order using it in ascending order.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 5. Capítulo 4
The cheapest combination
Let's try to use acquired knowledge to solve the following problem!
Tarea
Swipe to start coding
From the audi_cars
table extract all the combinations of fueltype
+ transmission
. Round price to 2 decimals and order using it in ascending order.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 5. Capítulo 4