## Syntax ```mermaid %%{init: { 'theme': 'base', 'flowchart': { 'padding': '7', 'nodeSpacing': '20', 'rankSpacing': '20' }, 'themeVariables': { 'fontSize': '11px', 'fontFamily': 'Arial' } }}%% flowchart LR Start((START)) --> SIN[SIN]:::quoted SIN --> End((END)) ``` ## Purpose The `SIN` SQL function returns the sine of the provided angle. Parameters: - Input: the angle to get the sine of. Returns: A number which represents the sine of the provided angle.