Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Leer Challenge: Unique combinations | Practicing
SQL Basics

book
Challenge: Unique combinations

Taak

Swipe to start coding

From the audi_cars table extract all the unique combinations of model, transmission, and fueltype

Oplossing

SELECT DISTINCT model, transmission, fueltype
FROM audi_cars

Was alles duidelijk?

Hoe kunnen we het verbeteren?

Bedankt voor je feedback!

Sectie 6. Hoofdstuk 1

Query ResultQuery Result
No query executed yet...

Vraag AI

expand
ChatGPT

Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.

some-alt