Modifying MySQL Database Table Constraints (Challenge)

# Introduction In this challenge, we will modify the `countrylanguage` table by removing the "not null" constraint from the `IsOfficial` field. This change will allow the field to have NULL values. To complete this task, execute the ALTER statement in MySQL. After running the solution script, verify the changes by checking the description of the `countrylanguage` table.

|60 : 00

Click the virtual machine below to start practicing