SQL Functions

SQL has many built-in functions which can be use to perform operations on data. These functions can be used to perform mathematical calculations, string concatenation, return minimum and maximum values, and even count the number of rows in a table. SQL Functions can be divided into two categories:

  1. Aggregate Functions
  2. Scalar Functions