Universal Containers decides to use exclusively declarative development to build out a new Salesforce application.
Which three options should be used to build out the database layer for the application?
Choose 3 answers
Correct Answer: A,C,D
A: Custom objects and fields are the fundamental building blocks of the database layer in Salesforce for creating and storing custom data.
C: Roll-up summary fields are a declarative feature used to perform calculations (e.g., sum, count) on child records and display the results on the parent record.
D: Relationships (e.g., master-detail, lookup) are essential for defining how data objects are related to each other.
Why not other options?
B: Triggers are a programmatic solution, which goes against the declarative-only requirement.
E: Flows are used for automation and logic, not for building the database layer.
Salesforce Data Modeling