What is function in SQL server ?
Ask by Anonymous User
Updated 23 Sep 2020
That is the SQL Functions are a database object in SQL Server. Mainly, it is a set of SQL statements that accept only input parameters, perform actions and return the result. A function can return only a single value or a table. You can’t use a function to Insert, Update, Delete records in the database tables.
Example:-