# Boolean operator ## Definition(s) ### Context: [[Nexus - Google Analytics Certificate Course|Google Analytics Certificate]] #### Sub-context: [[Boolean logic]] >[! Definition] >Operators used to evaluate conditional statements; [[AND]], [[OR]], [[NOT]] that determine a [[Boolean data]] result ## Examples ### Basic Boolean examples ```Boolean A AND B A OR B NOT (A AND B) NOT A AND B A AND NOT B ``` ## Related [[And]], [[OR]], [[NOT]] ## Resources [Database Search Tips MIT Library](https://libguides.mit.edu/c.php?g=175963&p=1158594) ## 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/) Operators used to evaluate conditional statements; [[AND]], [[OR]], [[NOT]] that determine a [[Boolean data]] result @@@ [[Boolean operator]]