1
2.8kviews
Explain Function in SQL.
1 Answer
| written 7.1 years ago by |
SQL Functions
SQL provides many built-in functions to perform operations on data. These functions are useful while performing Mathematical calculations, string concatenations, sub-strings etc.
SQL functions are divided into two catagories,
Aggregrate Functions:
These functions return a single value after calculating from a group of values. …