Multiple choice Which of the following complex expressions is not allowed in SQL? LOG(marks)*√total MIN(Col1+col2) SUM(marks)/COUNT(marks) AVG(marks) COUNT(*) Reveal answer Fill a bubble to check yourself A Correct answer Explanation Aggregate functions do not work on complex mathematical expressions like log and square root.