セクション 1. 章 31
single
Challenge: America Regions Filter
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Write an SQL query to retrieve the name of the countries that are from either 'Central America' or 'North America'.
Note
Pay attention to the fact that the names of the regions begin with a capital letter and not a lowercase one, which is very important.
- Use the
SELECTstatement to extract thenamecolumn from thecountrytable. - Use the
WHEREclause to filter the results. - Combine the region conditions using the
ORkeyword. - Do not include any extra output or print statements in your query.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 31
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください