SQL Server Functions Question:
Download Questions PDF

What are scalar functions?

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?