Instruction
Good job! Keep it up!
Exercise
A mistake has crept into the database. The adoptive person Gary Thomas (id = 3) has the first_name value 'Thomas' and the last_name value 'Gary'.
Correct this and print the updated first name (name the column corrected_first_name) and updated last name (name the column corrected_last_name). Use an UPDATE operation.
The name of the relevant table is adoptive_person.



