Official Languages in Various Countries

# Introduction In this project, you will learn how to access the MySQL database, import data, and query the official languages spoken in different countries. ## 👀 Preview ![Unfinished](https://file.labex.io/namespace/718bace8-27a3-4200-a588-dde4041ceeb9/mysql/project-official-languages-in-various-countries/lab-official-languages-in-various-countries/assets/img_1.png) ## 🎯 Tasks In this project, you will learn: - How to access the MySQL database using the `sudo` command without a password - How to import data from a SQL file into the MySQL database - How to write a query to retrieve the first 10 records of official languages from the `countrylanguage` table ## 🏆 Achievements After completing this project, you will be able to: - Understand how to access and manage a MySQL database using the command line - Demonstrate the ability to import data into a MySQL database - Write SQL queries to retrieve specific data from a database table

|60 : 00

Click the virtual machine below to start practicing