AND: Ensures all conditions must be true. E.g., “hourly rate > $20 AND country = USA”.
OR: Any of the conditions must be true. E.g., “hourly rate > $20 OR fixed price > $500”.
NOT: Excludes jobs that meet the condition. E.g., “NOT country = Canada”.