SQL
x
use wikidatawiki_p;
SELECT ips_item_id, ips_site_id, site_language, ips_site_page
from wb_items_per_site, sites
WHERE ips_item_id = '5920298' #'7214533'
AND ips_site_id = site_global_key
#AND site_group = "wikipedia"
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.