# Modulo ## Definition(s) ### Context: [[Nexus - Google Analytics Certificate Course#5.4 Google Analytics - 5 Analyze - Module 4 - Perform data calculations Perform Data Calculations|Google Analytics Certificate]] #### Sub-context: [[Operator]] >[! Definition] >An operator (%) that returns the remainder when one number is divided by another ## Examples ```SQl SELECT colA, colB, colA % colB AS remainder ``` ## Related ## Resources ## Flashcards The below code are generated for use with [Spaced Repetition plugin](https://github.com/st3v3nmw/obsidian-spaced-repetition/) [docs](https://www.stephenmwangi.com/obsidian-spaced-repetition/) An operator (%) that returns the remainder when one number is divided by another @@@ [[Modulo]]