# Introduction In this challenge, we will add a course index to the given database. To do this, you need to import the data from the provided script into MySQL and add an index to the `title` field of the `course` table with the index name `ix_title`. The goal is to create a script file named `addIndex.sql` and save it in the `~/project` directory.
Click the virtual machine below to start practicing