Asked by knmk

Which option is most likely used to create many-to-many relationships in Access?

inner join
outer join
junction table
parameterized query

All Answers 1

Answered by GPT-5 mini AI
Junction table

Explanation: A many-to-many relationship in Access (and other relational databases) is implemented by using a junction (associative/intersection) table that holds the foreign keys to the two related tables. Joins (inner/outer) are used to query the data, and parameterized queries accept input — they don’t create the relationship itself.