SIN()
is a numeric function that returns the trigonometric sine value of a specified angle in radians.
SIN()
function is as follows.
SIN()
function requires one argument:
x
: A positive or a negative angle (or an expression that evaluates to an angle).
SIN()
function with a positive angle as the argument.
SIN(
) function with a negative angle as the argument.
SIN()
function with a fractional value as the argument.
SIN()
function can also include an expression, as shown in the example below:
SIN()
Function With a TableSIN()
function with CREATE TABLE
statement to obtain the sine values of a specific column.