Abschnitt 1. Kapitel 39
single
The SUM() Function
Swipe um das Menü anzuzeigen
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.
Aufgabe
Swipe to start coding
Write an SQL query that returns the sum of the surfacearea of countries from 'Europe'.
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 1. Kapitel 39
single
Fragen Sie AI
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen