Contenido del Curso
Introducción a SQL
Introducción a SQL
Desafío: Ordenar Capitales No Europeas
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to get the name
, capital
, and continent
columns from the country
table (please retrieve these columns in this order). These countries must be not from the Europe
continent. Sort the result by the capital
column.
Note
europe
is not the same asEurope
, so be careful and write:Europe
correctly.
¡Gracias por tus comentarios!
Desafío: Ordenar Capitales No Europeas
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to get the name
, capital
, and continent
columns from the country
table (please retrieve these columns in this order). These countries must be not from the Europe
continent. Sort the result by the capital
column.
Note
europe
is not the same asEurope
, so be careful and write:Europe
correctly.
¡Gracias por tus comentarios!
Desafío: Ordenar Capitales No Europeas
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to get the name
, capital
, and continent
columns from the country
table (please retrieve these columns in this order). These countries must be not from the Europe
continent. Sort the result by the capital
column.
Note
europe
is not the same asEurope
, so be careful and write:Europe
correctly.
¡Gracias por tus comentarios!
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to get the name
, capital
, and continent
columns from the country
table (please retrieve these columns in this order). These countries must be not from the Europe
continent. Sort the result by the capital
column.
Note
europe
is not the same asEurope
, so be careful and write:Europe
correctly.