SQL – Useful Functions
SQL has many built-in functions for performing processing on string or numeric data. Following is the list of all useful SQL built-in functions −
-
– The SQL COUNT aggregate function is used to count the number of rows in a database table.
-
– The SQL AVG aggregate function selects the average value for certain table column.
-
– The SQL SUM aggregate function allows selecting the total for a numeric column.
-
– This is used to generate a square root of a given number.
-
– This is used to generate a random number using SQL command.
-
– This is used to concatenate any string inside any SQL command.
-
– Complete list of SQL functions required to manipulate numbers in SQL.
-
– Complete list of SQL functions required to manipulate strings in SQL.