Universal Containers is building a recruiting app with an Applicant object that stores information about an individual person and a Job object that represents a job. Each applicant may apply for more than one job. What should a developer implement to represent that an applicant has applied for a job?
A. Lookup field from Applicant to Job
B. Junction object between Applicant and Job
C. Master-detail field from Applicant to Job
D. Formula field on Applicant that references Job
Suggest answer: C
Reference:
No comments:
Please share to make the community better.