Answers for "group function in dbms"

SQL
1

what is group function in sql

--- GROUP FUNCTION | MULTI ROW FUNCTION | AGGREGATE FUNCTION 
--- COUNT , MAX , MIN , SUM , AVG
Posted by: Guest on January-07-2021
-2

group functions in sql

Multiple Row Functions (Group functions, Aggregate functions):
(Count, MIN , MAX, AVG, SUM)
will run for multiple rows and return a single value
Posted by: Guest on January-28-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language