Lance must or probably use INT type of field to create relationships. INT is the term used in MySQL. To link the three tables, Lance has to identify an ID in his tables. These fields must be set to PRIMARY KEY so the other tables can refer to this field. Commonly, INT type of field is used for Primary keys in the Database.