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

book
Challenge: Unique combinations

Tarea

Swipe to start coding

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

Solución

SELECT DISTINCT model, transmission, fueltype
FROM audi_cars

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 6. Capítulo 1

Query ResultQuery Result
No query executed yet...

Pregunte a AI

expand
ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

some-alt