セクション 1. 章 39
single
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.
タスク
スワイプしてコーディングを開始
Write an SQL query that returns the sum of the surfacearea of countries from 'Europe'.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 39
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください