SQL - Aggregate Functions
What is wrong with this query to find the maximum age from the
Users table?SELECT MAX age FROM Users;Users table?SELECT MAX age FROM Users;MAX() function requires parentheses around the column name, so MAX age is invalid syntax.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions