The SUM() Function
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.
Swipe to start coding
Write an SQL query that returns the sum of the surfacearea
of countries from 'Europe'.
Solution
Thanks for your feedback!
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 2.44Awesome!
Completion rate improved to 2.44
The SUM() Function
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.
Swipe to start coding
Write an SQL query that returns the sum of the surfacearea
of countries from 'Europe'.
Solution
Thanks for your feedback!
single
Awesome!
Completion rate improved to 2.44
The SUM() Function
Swipe to show 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.
Swipe to start coding
Write an SQL query that returns the sum of the surfacearea
of countries from 'Europe'.
Solution
Thanks for your feedback!