Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lära Challenge: America Regions Filter | Section
SQL Essentials for Business Intelligence
Avsnitt 1. Kapitel 31
single

single

Challenge: America Regions Filter

Svep för att visa menyn

Uppgift

Svep för att börja koda

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.

Lösning

Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 1. Kapitel 31
single

single

Fråga AI

expand

Fråga AI

ChatGPT

Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal

some-alt