Challenge: Average Q-series cars price
Uppgift
Swipe to start coding
From the audi_cars
table calculate the average price
for Q-series cars. Round result to 2 decimals.
Lösning
9
1
2
3
SELECT ROUND(AVG(price), 2)
FROM audi_cars
WHERE model LIKE 'Q%'
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 6. Kapitel 2
9
1
No query executed yet... |
Fråga AI
Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal