INDEX: SQL Tutorial

SQL GROUP BY

What are SQL Aggregation functions ? SQL Min and Max functions are also known as SQL aggregation functions. SQL is very good at aggregating data. One should know the aggregation functions in SQL. There are mainly 5 Types of Aggregation Functions in SQL: COUNT: counts the number of rows in a column. SUM :adds all the values …

SQL GROUP BY Read More »