SQL SIN() is an inbuilt function that is used for finding the sine of a specified angle – measured in radians – in the specified expression.

SQL SIN()

SQL SIN() is an inbuilt function that returns the sine of a number. More specifically, this function returns the trigonometric sine of the specified angle, in radians, and in an approximate numeric, float, expression. The return data type is float.

Syntax

SELECT SIN (Expression);

Parameters

Expression: The Expression whose sine value is to be retrieved.

#sql #sql sin

SQL SIN() Function Example | SIN() in SQL
1.45 GEEK