A very quick question. Is there a term for a table who’s primary function is holding two foreign keys? For example, if I have two tables, user and group, is there an official term for the “membership” table that holds user_id and group_id?
Share
It’s an intersection table which supports many-to-many relationships.