SQL Server Functions Question:

Download Job Interview Questions and Answers PDF

What are scalar functions?

MS SQL Server Functions Interview Question
MS SQL Server Functions Interview Question

Answer:

Scalar functions : these functions perform calculation on an input value and return a single value. Example: ROUND(), MID(), LCASE(), UCASE()

Download MS SQL Server Functions Interview Questions And Answers PDF

Previous QuestionNext Question
What are aggregate functions?Explain database Normalization?