Section 1. Chapitre 36
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
Swipe to start coding
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 36
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