Loading lesson path
Concept visual
Start at both ends
Return the sine of a number:
SELECT SIN(2);The SIN() function returns the sine of a number.
number )
Required. A numeric value
SQL Server (starting with 2008), Azure SQL Database, Azure SQL Data Warehouse, Parallel Data Warehouse
Return the sine of a number:
SELECT SIN(-1);❮ SQL Server Functions