SQL
x
USE enwiki_p;
/**
show create table page;
OUTPUT => https://www.mediawiki.org/wiki/Manual:Page_table#Schema_summary
**/
/**
select * from page
where page_title like 'Mugaliyachhap';
OUTPUT => 47379693, 47494415
**/
select * from page
where page_title like 'Bhopal';
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.