SQL-GroupByHavingClause-Page12

                                                                                              


👉Group By and Having Clause

Group By and Having clause acts on record sets, and not on individual records.


👉Group By Clause

The Group By clause creates a dataset, containing several sets of records grouped together based on a condition.


👉Having Clause

The Having clause can be used in conjunction with the Group By clause. Having clause imposes a condition on the Group By clause, which further filters the groups created by the Group By clause. 


Comments

Popular posts from this blog

SQL-ForeignKeyConstraint-Page6

Javascript-OOPs(Part3)-Inheritance - (9)

Javascript-Unobtrusive - (6)