Interview Questions

What does VARP() do in SQL Server 2005?

Microsoft SQL Server FAQs


(Continued from previous question...)

What does VARP() do in SQL Server 2005?

Answer: This function returns the statistical variance of the values in the column.
Explanation: This function returns a statistical variance for the population of values on which it is run.

(Continued on next question...)

Other Interview Questions