SQL
AخA
SELECT *
FROM commonswiki_p.image
JOIN commonswiki_p.page
ON page_namespace = 6
AND page_title = img_name
JOIN commonswiki_p.categorylinks
ON cl_from = page_id
AND cl_type = 'file'
AND cl_to = "Images_from_Wiki_Loves_Monuments_2015_in_France";
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.