SQL
x
SELECT de_i.il_to as image_name, de_p.page_title as article_name, de_c.cl_to as cat_name
FROM dewiki_p.imagelinks de_i
INNER JOIN dewiki_p.page de_p ON de_i.il_from=de_p.page_id
INNER JOIN dewiki_p.categorylinks de_c ON de_c.cl_from=de_p.page_id
WHERE de_p.page_namespace=0
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.