What type of functions can you use with GROUP BY and HAVING clauses ?
3 Likes
Aggregate functions are used with the GROUP BY and HAVING clauses to apply conditions on grouped data.
Answered By
1 Like
What is the use of GROUP BY clause ?
What are aggregate functions? What is their use? Give some examples.
What is sql join ? How is it useful ?
What are most common types of SQL joins ?