A.R:B=Q
george_washington.party:independent=1
john_adams.party:federalist=1
thomas_jefferson.party:democratic_republican=1
james_madison.party:democratic_republican=1
james_monroe.party:democratic_republican=1
john_quincy_adams.party:democratic_republican=1
andrew_jackson.party:democratic=1
martin_van_buren.party:democratic=1
william_harrison.party:whig=1
john_tyler.party:whig=1
james_polk.party:democratic=1
zachary_taylor.party:whig=1
millard_fillmore.party:whig=1
franklin_pierce.party:democratic=1
james_buchanan.party:democratic=1
abraham_lincoln.party:republican=1
andrew_johnson.party:democratic=1
ulysses_grant.party:republican=1
rutherford_hayes.party:republican=1
james_garfield.party:republican=1
chester_arthur.party:republican=1
grover_cleveland.party:democratic=1
benjamin_harrison.party:republican=1
william_mckinley.party:republican=1
theodore_roosevelt.party:republican=1
william_taft.party:republican=1
woodrow_wilson.party:democratic=1
warren_harding.party:republican=1
calvin_coolidge.party:republican=1
herbert_hoover.party:republican=1
franklin_roosevelt.party:democratic=1
harry_truman.party:democratic=1
dwight_eisenhower.party:republican=1
john_kennedy.party:democratic=1
lyndon_johnson.party:democratic=1
richard_nixon.party:republican=1
gerald_ford.party:republican=1
james_carter.party:democratic=1
ronald_reagan.party:republican=1
george_bush.party:republican=1
william_clinton.party:democratic=1
george_hw_bush.party:republican=1
barack_obama.party:democratic=1
donald_trump.party:republican=1
joseph_biden.party:democratic=1
/* SQL */
SELECT * FROM meme WHERE rid='party' AND qnt!=0;
Example Queries (Help)
qry.all Show all data in this DB.
george_washington All about George Washington.
.child Who were children of the presidents?
:lawyer Which presidents were lawyers?
.college:harvard Which presidents attended Harvard for college?
.pres_order=10 Who was the tenth president?
.college:columbia .occupation:lawyer Which presidents attended Columbia and were lawyers?
.pres_order>=20 .pres_order<=30 Who were the twentieth through thirtieth presidents?
.pres_order .child=f Which presidents did NOT have children?
.pres_order>=20 .pres_order<=30 .spouse=g Who were the spouses of the twentieth through thirtieth presidents?
.college:harvard .college:columbia qry.all Use qry.all to return all memes related to the matching As.
james_carter; ronald_reagan Get all about James Carter as well as Ronald Reagan