SQL FunctionsNumeric FunctionsSINOn this pageSINReturns the sine of x, where x is given in radians. Syntax SIN( <x> ) Examples SELECT SIN(90);┌────────────────────┐│ sin(90) │├────────────────────┤│ 0.8939966636005579 │└────────────────────┘