SQL
AخA
SELECT DISTINCT article.page_title
FROM page article
JOIN page talkpage ON article.page_title = talkpage.page_title
JOIN templatelinks ON talkpage.page_id=templatelinks.tl_from
WHERE article.page_namespace=0
AND talkpage.page_namespace= 1
AND templatelinks.tl_title = 'WikiProject_Visual_arts'
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.