🔗 Aggregate Functions (MAX, MIN, GROUP_CONCAT) and JOINS in MySQL
Updated
In our previous article, we learned about GROUP BY, HAVING, and basic aggregate functions (COUNT, SUM, AVG).
Today, we’ll move forward with:
More aggregate functions: MAX, MIN, GROUP_CONCAT
An introduction to JOINS
Let’s explore with prac...
nucleusss.hashnode.dev4 min read