InterviewSolution
Saved Bookmarks
| 1. |
What are aggregate functions in SQL? |
|
Answer» A function is a unit of CODE that is used for the purpose of reusability of a part of a program. An SQL aggregate function CALCULATES on a set of values and returns a single value. The function should RETURN a value. Some SQL aggregate FUNCTIONS are as follows:
|
|