The Job_Application__c custom object has a field that is a Master-Detail relationship to the Contact
object, where the Contact object is the Master. As part of a feature implementation, a developer
needs to retrieve a list containing all Contact records where the related Account Industry is
Technology while also retrieving the contacts Job_Application__c records.
Based on the objects relationships, what is the most efficient statement to retrieve the list of
contacts?
B
Explanation:
Answer is A
The correct answer is A
The answer is A