* your query should return LastName & the sum of Age from your table for all users with a LastName = Smith* * The column title of the summed ages should be SumAge. Your output should look like the ...
In this MySQL challenge, your query should return the names of the people who are reported to (excluding null values), the number of members that report to them, and the average age of those members ...