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.

This is a Challenge, which differs from a Guided Lab in that you need to try to complete the challenge task independently, rather than following the steps of a lab to learn. Challenges are usually a bit difficult. If you find it difficult, you can discuss with Labby or check the solution.

Teacher

labby

Labby

Labby is the LabEx teacher.