SQL
x
USE trwiki_p;
#SHOW TABLES ;
DESCRIBE flaggedimages;
DESCRIBE flaggedpage_config;
DESCRIBE flaggedpage_pending;
DESCRIBE flaggedpages;
DESCRIBE flaggedrevs;
DESCRIBE flaggedrevs_promote;
DESCRIBE flaggedrevs_statistics;
DESCRIBE flaggedrevs_stats;
DESCRIBE flaggedrevs_stats2;
DESCRIBE flaggedrevs_tracking;
DESCRIBE flaggedtemplates;
select distinct pp_propname from page_props;
show databases like "%tr%"
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.