SELECT @geoff_lee FROM #songsincode WHERE it LIKE '%hard%' OR it LIKE '%dirty%';
Explanation: Modulate is @geoff_lee, and this SQL statement selects him where “it” contains “hard” or “dirty”.