GROUP BY in SQL
GROUP BY clause is used to display strings (data) which is duplicate in a column. For example, if in an admission table 2 students are doing BCA then BCA will be two times in the course column. Now if we use GROUP BY then it will display BCA because it is 2 times in the … Read more