A. Boolean Operators
When searching in Databases, use Boolean Operators (AND, OR, and NOT) to tell the database what you're looking for).
OR is mORe (joins similar terms) e.g. test OR inventory
AND is less (joins dissimilar terms) e.g. gender AND "beck depression inventory"
Sample Search Using both AND and OR
mood OR depression
AND
"body image"
B. Quotation Marks
Use quotation marks to search for a phrase
- "sleep hygiene"
- "couch to 5K"
- "beck depression inventory"
C. Truncation
Use a symbol, the asterisk * is the most common, to look for variant endings of a word
- prevent* will search for prevent, prevents, prevention, etc.
D. Combine search strategies
Combine search strategies for more efficient searching
For example: ("couch to 5K" OR "step tracking") AND depression