Unique constraint in MySql

  1. Add a username field to instructor table
  2. Add a unique constraint to the table with respect to usernames
  3. Make some updates