Function in SQL
In SQL, functions are pre-written code blocks that
perform specific operations on data. They can be
used to manipulate data, extract information, and
analyse data sets. SQL functions are categorized
into aggregate functions, which operate on a
group of values and return a single value, and
scalar functions, which operate on a single value
and return a single value.
SINGLE ROW FUNCTION
● 1. NUMERIC FUNCTION
2. STRING FUNCTION
3. DATE FUNCTION