1
2.8kviews
Explain Function in SQL.
1 Answer
0
67views

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,

  1. Aggregrate Functions
  2. Scalar Functions

Aggregrate Functions:

These functions return a single value after calculating from a group of values. …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.