Loading lesson path
Concept visual
Start at both ends
Return the square root of a number:
SELECT SQRT(64);The SQRT() function returns the square root of a number.
number )
Required. A positive number to calculate the square root of
SQL Server (starting with 2008), Azure SQL Database, Azure SQL Data Warehouse, Parallel Data Warehouse
Return the square root of a number:
SELECT SQRT(13);❮ SQL Server Functions