Returns the sine of x, where x is given in radians.
x
SIN( <x> )
SELECT SIN(90); ┌────────────────────┐ │ sin(90) │ ├────────────────────┤ │ 0.8939966636005579 │ └────────────────────┘