SQL Functions
Functions in SQL server can be broadly divided into 2 categoris 1. Built-in functions 2. User Defined functions There are several built-in functions,we will look at the most common string functions available. Functions – Function accept only input parameters, perform actions and return the result. A function can return an only a single value or a table. We can't use a function to Insert, Update, Delete records in the database tables. Note – some functions need input parameters , some functions not required Different Types of SQL Server & SQL Database Functions .- 1.Aggregate functions 2.Mathematical functions 3.Conversation functions 4.Null functions 5.String functions (Text Functions) 6.Date and Time functions 7.Analytical functions -(Ranking Functions ,Window...