SQL
x
select p.page_title, x.page_title from enwiki_p.categorylinks join enwiki_p.page as p
on cl_from = p.page_id
where cl_to in (SELECT page_title from enwiki_p.categorylinks join enwiki_p.page
on cl_from = page_id
where cl_to = 'Stub_categories'
and cl_type = 'subcat') as x
and cl_type = 'subcat'
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.