A.R:B=Q
rutherford_hayes.birth_country:usa=1
rutherford_hayes.birth_state:ohio=1
rutherford_hayes.birth_year:ad1822=1
rutherford_hayes.child:fanny_hayes=1
rutherford_hayes.child:george_crook_hayes=1
rutherford_hayes.child:james_webb_cook_hayes=1
rutherford_hayes.child:joseph_thompson_hayes=1
rutherford_hayes.child:manning_force_hayes=1
rutherford_hayes.child:rutherford_platt_hayes=1
rutherford_hayes.child:sardis_birchard_hayes=1
rutherford_hayes.child:scott_russell_hayes=1
rutherford_hayes.college:harvard=1
rutherford_hayes.college:kenyon=1
rutherford_hayes.death_year:ad1893=1
rutherford_hayes.election_year:ad1876=1
rutherford_hayes.occupation:congressman=1
rutherford_hayes.occupation:lawyer=1
rutherford_hayes.occupation:ohio_governor=1
rutherford_hayes.party:republican=1
rutherford_hayes.pres_order:first=19
rutherford_hayes.spouse:lucy_webb_hayes=1
rutherford_hayes.time_served:year=4
/* SQL */
SELECT * FROM meme WHERE aid='rutherford_hayes' 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