data modelling Flashcards
1
Q
data model
A
a way to model what database tables look like iin a way that makes sense to humans;
collections of objects and fields in an app
2
Q
standard objects
A
objects included in salesforce e.g. account, contact, lead, opportunity
3
Q
custom objects
A
objects that you created to store info that’s specific to your company
4
Q
object relationship
A
special field type that connects two objects together
5
Q
lookup relationship
A
links two objects together so you can look up one object from the related items –> one to one or one to many relationship
6
Q
master detail relationship
A
more tighter than lookup, in this one object is the master and another is the detail; master controls certain behaviours of the detail object