Q&A for database professionals who wish to improve their database skills and learn from others in the community
select p.OwnerUserId as [User Link], p.Id as [Post Link], p.Score from Posts p inner join Posts q on q.Id = p.ParentID where p.PostTypeId = 2 and p.Score > 5 and q.Score > 3 and q.AnswerCount = 1 and q.AcceptedAnswerId = p.Id
Error: looks like you typed in the wrong words - try again