Querying Official Languages and Sorting (Challenge)

# Introduction In this challenge, we'll search for the official languages of different countries from the `countrylanguage` table and sort the query results. We can fetch the first 10 records of the official languages sorted by country code by using the SELECT FROM statement, along with the WHERE and ORDER BY clauses. The query result will display the `CountryCode` and `Language` attributes.

|60 : 00

Click the virtual machine below to start practicing