SQL
AخA
SELECT DISTINCT(page_title)
FROM page
JOIN categorylinks
ON cl_from = page_id
WHERE page_id IN (
SELECT cl_from
FROM categorylinks
WHERE cl_to = 'Living_people'
) AND (
cl_to = 'Year_of_birth_missing'
OR cl_to = 'Date_of_birth_missing'
OR cl_to = 'Place_of_birth_missing'
)
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.