A.R:B=Q
chester_arthur.birth_country:usa=1
chester_arthur.birth_state:vermont=1
chester_arthur.birth_year:ad1829=1
chester_arthur.child:chester_alan_arthur=1
chester_arthur.child:william_arthur=1
chester_arthur.college:union=1
chester_arthur.death_year:ad1886=1
chester_arthur.election_year:ad1881=1
chester_arthur.occupation:collector_of_customs_for_the_port_of_new_york=1
chester_arthur.occupation:lawyer=1
chester_arthur.party:republican=1
chester_arthur.pres_order:first=21
chester_arthur.spouse:ellen_lewis_herndon_arthur=1
chester_arthur.time_served:year=4
/* SQL */
SELECT * FROM meme WHERE aid='chester_arthur' 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