SQL Server Transact Basic to Expert - Using Mathematical Operator function SQRT

This blog show how to use the Mathematical function to get the Square root of a values using SQL

Example:

SELECT SQRT(100) RootResult

The result excepted would be 10 which gives the square root