Data Modeling and Management I Flashcards

1
Q

What are the 4 considerations of Salesforce data modeling?

A

Standard Objects
Custom Objects
Schema Builder
Relationships

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the schema builder used for?

A

Schema Builder allows viewing and setting up the data model quickly and efficiently

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are standard objects?

A

Standard objects are objects provided by Salesforce

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are custom objects?

A

Custom objects are used to store information specific to a company’s requirement such as properties

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Describe the relationship concept

A

Relationships determine how objects interact with each other on a data level (ex: M-D or Lookup)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the four relationship types in Salesforce

A

Lookup
M-D
Many-to-many
hierarchical

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Describe a hierarchical relationship

A

A hierarchical relationship field can be used on the User object to relate one user to another

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Describe a many-to-many relationship

A

A many-to-many relationship enables relating a record of one object to multiple records of another object and vice-versa.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Describe a Master-Detail relationship

A

A master detail relationship is created to establish a tight relationship between two objects such that child records are deleted when the parent is deleted.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Describe a lookup relationship

A

A lookup relationship is created to establish a loose link between two objects, such that the lookup relationship field is not required.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly