Learn SQL Basic to perform Data Analysis. SQL basics helps to understand the basic concepts of SQL which are required for Analyst.
Sorting and Grouping the Data in SQL – ORDER BY GROUP BY
PNRao2013-07-01T00:00:00+00:00When we are dealing with huge data, we can not analyse the data by looking into each record. We sort and group the data based on certain variables and understand the data. We use Order By, Group by,Where and Having Clauses to Sort and group the data in SQL.