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.
Merci pour vos commentaires !
single
Challenge: America Regions Filter
Glissez pour afficher le menu
Glissez pour commencer à coder
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.
Solution
Merci pour vos commentaires !
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion