# 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.
Click the virtual machine below to start practicing