## Syntax ```mermaid %%{init: { 'theme': 'base', 'flowchart': { 'padding': '7', 'nodeSpacing': '20', 'rankSpacing': '20' }, 'themeVariables': { 'fontSize': '11px', 'fontFamily': 'Arial' } }}%% flowchart LR Start((START)) --> MOD[MOD]:::quoted MOD --> End((END)) ``` ## Purpose The `MOD` SQL function gets the remainder of a divide calculation. Parameters: - dividend: a number. - divider: a number. Returns: the remainder.