Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
AKDakua
.
Movie data
Toggle Highlighting
SQL
#show tables; #select * from content limit 10; #select * from pagelinks limit 10; use enwiki_p; select cm.* from content c inner join content_models cm on c.content_id = cm.model_id limit 10; /* select cat.* from page p inner join pagelinks pl on p.page_id = pl.pl_from inner join category cat on cat.cat_pages = pl.pl_from where p.page_title like 'List_of_Bollywood_films_of_the_1980s' limit 10; */
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...