In SQL Server, the T-SQL DEGREES()
function converts a value from radians to degrees, and returns the result.
You provide the angle (specified in radians) as an argument when calling the function, and the function will return that angle in degrees.
The return value is of a data type that matches the argument.