セクション 1. 章 17
single
Challenge: Analyze Price Distribution
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Write a query to find the minimum, maximum, and average product price from the products table.
- Use the
MINfunction to get the lowest value in thepricecolumn. - Use the
MAXfunction to get the highest value in thepricecolumn. - Use the
AVGfunction to get the average value in thepricecolumn. - Return these values as
min_price,max_price, andavg_price.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 17
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください