De MIN() Functie
MIN() - deze functie retourneert de laagste waarde in een bepaalde kolom.
Laten we een voorbeeld bekijken:
12SELECT MIN(population) FROM country;
Hier retourneert MIN() de kleinste populatiewaarde in de country-tabel.
Swipe to start coding
Schrijf een SQL-query om de kleinste waarde uit de kolom surfacearea in de tabel country op te halen.
Oplossing
Bedankt voor je feedback!
single
Vraag AI
Vraag AI
Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.
Can I use MIN() with other columns in the same query?
How do I find the country with the smallest population?
What happens if there are NULL values in the population column?
Awesome!
Completion rate improved to 2.44
De MIN() Functie
Veeg om het menu te tonen
MIN() - deze functie retourneert de laagste waarde in een bepaalde kolom.
Laten we een voorbeeld bekijken:
12SELECT MIN(population) FROM country;
Hier retourneert MIN() de kleinste populatiewaarde in de country-tabel.
Swipe to start coding
Schrijf een SQL-query om de kleinste waarde uit de kolom surfacearea in de tabel country op te halen.
Oplossing
Bedankt voor je feedback!
single