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