SQL
AخA
SELECT page_title
FROM page
JOIN categorylinks ON page_id = cl_from
WHERE cl_to = 'All_articles_with_bare_URLs_for_citations'
AND EXISTS (SELECT 1 FROM categorylinks WHERE cl_from = page_id AND cl_to = 'Living_people')
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.