SQL

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 »

INDEX: SQL Tutorial

SQL SELECT DISTINCT

A database is a systematic collection of data.  Database systems are used  to store, access, delete data. furthermore, it also systematically organize data in a database.This article briefly discuss about the use and importance of SQL SELECT DISTINCT. Technology like Database and SQL has grown exponentially in recent years.  MySQL uses the standardized Structured Query Language …

SQL SELECT DISTINCT Read More »