🔗 Aggregate Functions (MAX, MIN, GROUP_CONCAT) and JOINS in MySQL
MAX(), MIIN(), JOIN
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 explo...
nucleusss.hashnode.dev3 min read