Section 1. Chapitre 37
single
The MIN() Function
Glissez pour afficher le menu
MIN() - this function returns the lowest value in a particular column.
Let's look at an example:
12SELECT MIN(population) FROM country;
Here, MIN() returns the smallest population value in the country table.
Tâche
Swipe to start coding
Write an SQL query to get the smallest value from the surfacearea column in the country table.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 37
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion