Course Content
SQL Basics
SQL Basics
Least consuming cars
Let's find out the least consuming cars in terms of model and fuel type.
Swipe to show code editor
From the audi_cars
dataset extract model
and fueltype
columns and order by average fuel consuming (mpg
) in ascending order.
Thanks for your feedback!
Least consuming cars
Let's find out the least consuming cars in terms of model and fuel type.
Swipe to show code editor
From the audi_cars
dataset extract model
and fueltype
columns and order by average fuel consuming (mpg
) in ascending order.
Thanks for your feedback!
Least consuming cars
Let's find out the least consuming cars in terms of model and fuel type.
Swipe to show code editor
From the audi_cars
dataset extract model
and fueltype
columns and order by average fuel consuming (mpg
) in ascending order.
Thanks for your feedback!
Let's find out the least consuming cars in terms of model and fuel type.
Swipe to show code editor
From the audi_cars
dataset extract model
and fueltype
columns and order by average fuel consuming (mpg
) in ascending order.