Query GDP for All Countries

Beginner

In this project, you will learn how to query the GDP (Gross Domestic Product) data for all countries in the `world` database using MySQL. This project will help you understand how to access and manipulate data in a database, as well as how to use SQL queries to retrieve specific information.

SQLMySQL

Introduction

In this challenge, we will retrieve the GDP for all countries by querying the world database in MySQL. The country name and GDP attributes can be obtained from the country table using a script. The resulting query will provide 239 rows of information.

Teacher

labby

Labby

Labby is the LabEx teacher.