Modify Primary Key of Countrylanguage Table (Challenge)

# Introduction In this challenge, we will change the primary key of the `countrylanguage` table in the `world` database. Currently, the table's primary key is `CountryCode`, but we will create a composite primary key using both `CountryCode` and `Language`. This will enable you to learn how to modify a table's primary key and work with composite keys in MySQL.

|60 : 00

Click the virtual machine below to start practicing