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

single

Challenge: America Regions Filter

Swipe um das Menü anzuzeigen

Aufgabe

Wischen, um mit dem Codieren zu beginnen

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ösung

Switch to desktopWechseln Sie zum Desktop, um in der realen Welt zu übenFahren Sie dort fort, wo Sie sind, indem Sie eine der folgenden Optionen verwenden
War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 1. Kapitel 31
single

single

Fragen Sie AI

expand

Fragen Sie AI

ChatGPT

Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen

some-alt