Boolean Operators
AND
- Adds additional search terms to inform the database all search terms exist together in the results
- Narrows the search results
- Example: data AND cybersecurity
OR
- Adds additional search terms to inform the database any of the search terms can exist in the results
- Broadens the search results
- Example: machine OR human
NOT
- Excludes terms from the search
- Narrows the search results
- Example: animal NOT cat
Search Order: NOT then AND then OR