Section 1. Chapitre 39
single
The SUM() Function
Glissez pour afficher le menu
SUM() returns the total of all the values in a given column.
Here's an example:
123SELECT SUM(population) FROM country WHERE continent='Asia';
The SUM() function calculates the total population of all Asian countries found in the country table.
Tâche
Swipe to start coding
Write an SQL query that returns the sum of the surfacearea of countries from 'Europe'.
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