What is Scalar Value Function in SQL Server
Loading
What is Scalar Value Function in SQL Server
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ishika TiwariPosted Feb 3, 2025, 6:26 AM
In SQL Server, a scalar function is a user-defined function that, depending on the input parameters, outputs a single value. Like a formula, it is used to carry out operations with the results.
Create the Function
Use the Function
output
Kiran KumarPosted Feb 3, 2025, 2:34 PM
Hi Ishika
I accept your answer
General Function should return any one value right what is the specialty from basic SQL function
Kiran