Data Modeling Flashcards
A way to model what database tables look like in a way that makes sense to humans.
Data Model
These are objects that are included in Salesforce.
Standard Objects
These are objects that yoou create to fit the needs of your company/industry.
Custom Objects
Name 4 Default Fields for both Standard and Custom Objects.
- Identity
- System
- Name
- Custom
A 15-character, case sensitive field that is automatically generated on every second.
Identity Fields (Id)
Read-only fields that provide info about a record from the database object.
System Fields
Name of a record to distinguish it from other records. Written as text-based names or auto-generated names.
Name field
Fields that you create on standard or custom objects.
Custom Fields
A special field type that connects two objects together.
Object Relationships
Name two types of Objects Relationships
- Lookup Relationships
2. Master-Detail Relationships
It essentially links two objects together so that you can ___ one object from the related items on another object.
Lookup Relationships
The parent object controls certain behavuiours of the child object.
Master-Detail Relationship
A tool that lets you visualise and edit your data model.
Schema Builder