Multiple choice technology databases SQL1117 error means? DISTINCT NOT ALLOWED GROUP BY index is not allowed HAVING is not an aggregate expression Column function is not allowed Reveal answer Fill a bubble to check yourself D Correct answer Explanation SQL1117 indicates that a column function (aggregate function like SUM, COUNT, AVG) was used in a context where SQL syntax rules don't permit it. Column functions require proper grouping or placement in SELECT statements.