SQL
AخA
SELECT page_title
FROM page
JOIN categorylinks AS fp
ON fp.cl_from = page_id AND fp.cl_to = 'Featured_pictures_on_Wikipedia,_English'
JOIN categorylinks AS sp
ON sp.cl_from = page_id AND sp.cl_to = 'Self-published_work'
LEFT JOIN categorylinks AS qi
ON qi.cl_from = page_id AND qi.cl_to = 'Quality_images'
WHERE page_namespace = 6
AND qi.cl_from IS NULL
ORDER BY page_id ASC;
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.