Q&A for programmers
select top 100 a.Id as [Post Link], a.Score from Posts a, Posts q where a.Score < 0 and a.ParentId = q.Id and q.AcceptedAnswerId = a.Id order by a.Score asc
Error: looks like you typed in the wrong words - try again