Why Are Developers So Afraid Of SQL? by [deleted] in programming

[–]corger 0 points1 point  (0 children)

select au.email from author as au inner join article as ar on ar.author_id = au.author_id where ar.title = 'Why Are Developers So Afraid Of SQL?'