SQL Function
 
What is SQL Function?
 
SQL has a lot of built-in functions for counting and calculations.
 
Functions serve the purpose of performing operations on data such as manipulation of data items and returning a result. Functions accept variables or constants, supplied by user and operate upon them. Such variables or constants are called ARGUMENTS.
 
SQL has several in-built functions which are used for this purpose. They can be classified as: