SQL
AخA
select a.cl_from, page_title, b.cl_to from categorylinks a
join categorylinks b on a.cl_from = b.cl_from and cl_to in ("Road_F901_(Iceland)", "Laugavegur_hiking_trail", "Þórsmörk", "Road_F208_(Iceland)")
join page on a.cl_from = page_id
where a.cl_to = "Unidentified_locations_in_Iceland"
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.