セクション 1. 章 38
single
The MAX() Function
メニューを表示するにはスワイプしてください
MAX() - This function returns the highest value in a particular column. Let's take a look at the following example:
12SELECT MAX(population) FROM country;
Here MAX() returns the largest population value in the country table.
タスク
スワイプしてコーディングを開始
Write an SQL query to get the largest value from the surfacearea column in the country table.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 38
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください