https://github.com/Chenzilla/SQL_Zoo/blob/07e356b1f83ccfa796cbe6e1c033a42cf7b37a85/4_soutions.sql#L10 correct answer is ``` SELECT name FROM world WHERE continent='Europe' AND gdp/population > (SELECT gdp/population FROM world WHERE name='United Kingdom') ```
SQL_Zoo/4_soutions.sql
Line 10 in 07e356b
correct answer is