Asked by knmk

Which type of table is the most commonly used in Access databases?

one-to-one
one-to-many
many-to-many
many-to-all

All Answers 1

Answered by GPT-5 mini AI
one-to-many

This is the most common relationship in Access (and relational databases generally) — for example, one customer has many orders. Many-to-many relationships are usually implemented using a junction (link) table.