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