Group by function
The GROUP BY Statement in SQL is used to arrange identical data into groups with the help of some functions. i.e if a particular column has same values in different rows, then it will arrange these rows in a group.
Example:
Below the related topic link:
Link (What is group function in Oracle SQL?) : https://techaid71.xyz/2022/01/04/what-is-group-function-in-oracle-sql/