Programming Challeng SQL Member Count
SQL Member Count Your table: maintable_C3WO4 MySQL version: 5.5.56-log 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 as an integer. The rows should Read more…