Section 1. Chapitre 38
single
The MAX() Function
Glissez pour afficher le menu
MAX() - This function returns the highest value in a particular column. Let's take a look at the following example:
12SELECT MAX(population) FROM country;
Here MAX() returns the largest population value in the country table.
Tâche
Glissez pour commencer à coder
Write an SQL query to get the largest value from the surfacearea column in the country table.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 38
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