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.
¡Gracias por tus comentarios!
single
Challenge: America Regions Filter
Desliza para mostrar el menú
Desliza para comenzar a programar
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.
Solución
¡Gracias por tus comentarios!
single
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla