Multiple choice technology databases The main reason for a composite index is for aggregate function usage in an index. True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation Composite indexes are primarily used to optimize queries that filter or sort on multiple columns together. They improve performance for multi-column WHERE clauses and ORDER BY operations, not for aggregate functions.