SQL Basics - SQL online course | LearnSQL.com

PHOTO EMBED

Wed Sep 07 2022 07:28:43 GMT+0000 (Coordinated Universal Time)

Saved by @vnmshenoy #undefined

select * from

mountain,

(select * from

 country where 

 POPULATION> 50000)

 as country_population

where mountain.COUNTRY_ID

=country_population.id
content_copyCOPY

https://learnsql.com/track/sql-from-a-to-z/course/sql-queries/subqueries/other-subqueries/subquery-from