Coding
Coding
COUNT()
Definition: Counts the number of rows in a table or how many non-null values are in a
column.
sql
Copy code
2. SUM()
sql
Copy code
This will give the total salary for all employees combined.
3. AVG()
sql
Copy code
4. MIN()