SUM The SUM() Function is used to returns the sum of column. Syntax :- SELECT SUM (column_name) …
Read moreMAX The MAX() Function is used to returns the maximum value. Syntax :- SELECT MAX (column_name)…
Read moreMIN The MIN() Function is used to returns the minimum value. Syntax :- SELECT MIN (column_name) …
Read moreCOUNT The COUNT() Function is used to returns the number of rows. Syntax :- SELECT COUNT (column…
Read moreAVG The AVG() Function is used to return the average value of n. Syntax :- SELECT AVG (column_nam…
Read more
Copyright (c) 2020 Tutorials Ug All Right Reserved