Mention what are the three types of object relations in salesforce?



Mention what are the three types of object relations in salesforce?..

Answer / Ankur Sudhanshu

In Salesforce, there are three main types of object relationships: Master-Details, Lookup, and Junction. Master-Details represents a parent-child relationship where records from the detail object are associated with one record in the master object. Lookup provides a way to link one record from one object to another object. Junction objects, also known as custom relationship objects, allow for many-to-many relationships.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Salesforce Interview Questions

What is Page Layout and Record Types?

1 Answers  


Suppose there are 2 account records with 3 contacts associated against each account record. What would be the end result, if I merge these two account records ?

1 Answers  


If I want to Insert, Update any record into 'Account'. What trigger I have to use?

1 Answers   American Express,


Explain the use of test.setpage() ?

1 Answers  


How can you create many to many relationship in salesforce ?

1 Answers  


what is master-detail relationship?

1 Answers  


Can you use group by clause inside inner query in soql? Like select id, name,(select count(id),name from contacts group by name having count(id) > 1 )

1 Answers  


How do you implement the locking functionality of records in apex ?

1 Answers  


What are the actions that can be performed in workflow rules ?

1 Answers  


What the concurrent request limit is and why it exists in salesforce?

1 Answers  


Difference between soql vs sosl in salesforce? : salesforce integration

1 Answers  


What is the difference between profiles and roles in salesforce.com?

1 Answers  


Categories