Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Challenge: America Regions Filter | Section
SQL Essentials for Business Intelligence
Sección 1. Capítulo 31
single

single

Challenge: America Regions Filter

Desliza para mostrar el menú

Tarea

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 SELECT statement to extract the name column from the country table.
  • Use the WHERE clause to filter the results.
  • Combine the region conditions using the OR keyword.
  • Do not include any extra output or print statements in your query.

Solución

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 1. Capítulo 31
single

single

Pregunte a AI

expand

Pregunte a AI

ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

some-alt