I have two tables:
tblTrip (primaryKey: tripNo)
tblPerson (primaryKey: personID)
the relation between these 2 tables is n:n
so there is a relational table: tblParticipateIn (tripNo, personID...)
1- what is the candidate key of the table?
2- what is the primary key of the table?