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

book
Challenge: Unique combinations

Opgave

Swipe to start coding

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

Løsning

SELECT DISTINCT model, transmission, fueltype
FROM audi_cars

Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 6. Kapitel 1

Query ResultQuery Result
No query executed yet...

Spørg AI

expand
ChatGPT

Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat

some-alt