For doing operations on data sql has many built-in functions, they are categorised in two categories and further sub-categorised in different seven functions under each category. The categories are: Aggregate functions: These functions are used to do operations from the values of the column and a single value is returned. AVG() COUNT() FIRST() LAST() MAX()… Read More »
The post SQL | Functions (Aggregate and Scalar Functions) appeared first on GeeksforGeeks.