Database Table Associations
An auto parts database contains two tables: one for parts and one for vehicle types. A single part can be used in multiple vehicles, and each vehicle consists of multiple parts. This scenario describes which of the following types of table associations?
AAll-to-many
BMany-to-all
COne-to-many
DMany-to-one
EMany-to-many
