# Introduction Retrieve the official languages of various countries from the `countrylanguage` table by querying the first 10 records and specifically retrieving the `CountryCode` and `Language` attributes. This requires executing SQL commands to import the data, writing a query, and saving it as a script.
Click the virtual machine below to start practicing