# Introduction In this challenge we will query the Gross National Product (GNP) of all countries using the corresponding data table in the `world` database. The process involves importing the `world` database, scripting a query to obtain the GNP values, and demonstrating the result along with the `Name` and `GNP` attributes.
Click the virtual machine below to start practicing