SQL
AخA
USE arwiki_p;
select distinct page_title from externallinks join page on el_from = page_id where page_namespace = 0 and (el_index = "http://www.imdb.com/title/tt%" or el_index like "http://www.imdb.com/name/nm%") and page_title not in (select page_title from categorylinks join page on cl_from = page_id where page_namespace = 1 and cl_to = "مقالات_مشروع_ويكي_سينما") order by page_title;
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.