SQL
AخA
USE commonswiki_p;
SELECT
page_title,
img_width
FROM page
JOIN image ON page_title=img_name
JOIN categorylinks ON cl_to = "Images_from_Groam_House_Museum" AND page_id = cl_from;
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.