Appian Associate Developer (ACD100) — Question 36
What is the most accurate reason to use a related record type?
Answer options
- A. Related record types automatically update when dependent table structures are changed
- B. Related record types allow you to easily write to a data source
- C. Related record types allow you to easily query data from multiple unrelated tables
- D. Related record types perform better than tables with a large scale of data
Correct answer: C
Explanation
The correct answer is C because related record types provide a mechanism to query data from multiple unrelated tables more effectively. Options A, B, and D do not accurately represent the primary functionality of related record types, as they focus on updates, writing data, and performance, which are not the main advantages of using related record types.