Country GNP and Population Query (Challenge)

# Introduction In this challenge, we will work with the `country` table and implement a single row subquery operation. The task is to query the GNP and population of countries that have a higher GNP than France. The resulting table should contain the country name, GNP and population.

|60 : 00

Click the virtual machine below to start practicing