Querying Official Languages of Each Country (Challenge)

# Introduction In this challenge, we will perform an equijoin query operation on the `country` and `countrylanguage` tables to retrieve the full name of each country and its official language. We'll use the `JOIN ON WHERE` syntax to connect the tables. The resulting table will include the `Name`, `Language`, and `IsOfficial` columns.

|60 : 00

Click the virtual machine below to start practicing