SQL
x
use enwiki_p;
SELECT DISTINCT iwlinks.iwl_prefix
FROM page
INNER JOIN categorylinks ON page.page_id = categorylinks.cl_from
INNER JOIN iwlinks ON page.page_id = iwlinks.iwl_from
WHERE page.page_namespace = 6
AND categorylinks.cl_to = "Copy_to_Wikimedia_Commons_(bot-assessed)"
AND page.page_title = "Abdi_Shire_Warsame_(2005).jpg"
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.