SQL SERVER 2017 TUTORIAL : PART 06 (FUNCTION)

  • 6 years ago
Function is a database object in Microsoft Sql Server. Basically it is a set of sql statements that accepts only input parameters, perform actions and return the result. Function can return only single value or a table.
in SQL SERVER 2017 TUTORIAL : PART 06 you can learn it