Section 1. Chapitre 39
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
Glissez pour commencer à coder
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 39
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