select * from "Reviewer" as rr join "Review" as r on rr.Id = r.ReviewerId where r."ProductDomainName" = 'Spotify' and r."Sentimet" = 'Negative' and r."Position" = 'Costumer Support'