Course Content
Introduction to SQL
Introduction to SQL
Challenge: Surface Area Selection
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to get the smallest surfacearea
from the country
table, where the surfacearea
is greater than 1000000.
Thanks for your feedback!
Challenge: Surface Area Selection
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to get the smallest surfacearea
from the country
table, where the surfacearea
is greater than 1000000.
Thanks for your feedback!