You need to create a column that stores the total cost of a project, which is derived from the sum of all associated expense records. Which column type should you use?
Rollup columns aggregate data from related records in a hierarchical or relational structure.
Why this answer
Rollup columns are specifically designed to calculate aggregate values, such as sums, counts, or averages, from related records.