Querying Country Codes Range (Challenge)

# Introduction To complete this challenge, query the "countrylanguage" table to find all countries that share a common language with country code `FRO` and have the same official language as `FRO`. The result will include the `CountryCode` and `Language` columns. After downloading the required script and importing the data into MySQL, save the query statement in a script file named `getCountryCode.sql` in the directory `/home/labex/project`. Finally, verify your results using the provided example code.

|60 : 00

Click the virtual machine below to start practicing