SQL
AخA
SELECT p2.page_title as "English article", ll_lang as "Lang code", ll_title as "Translated name", p1.page_id, p2.page_id
FROM categorylinks
inner join page p1 on cl_from = p1.page_id and p1.page_namespace = 1
inner join page p2 on p2.page_title = p1.page_title and p2.page_namespace = 0 and p1.page_namespace = 1
left outer join langlinks on p2.page_id = ll_from
WHERE cl_to = 'WikiProject_Medicine_Translation_Task_Force_articles'
limit 20
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.