Universal Containers has a support process that allows users to request support from its engineering team using a custom object, Engineering_Support__c. Users should be able to associate multiple Engineering_Support__c records to a single Opportunity record. Additionally, aggregate information about the Engineering_Support__c records should be shown on the Opportunity record. What should a developer implement to support these requirements?

A. Master-detail field from Opportunity to Engineering_Support__c B. Lookup field from Engineering_Support__c to Opportunity C. Lookup fiel...