A.R:B=Q
martin_van_buren.birth_country:usa=1
martin_van_buren.birth_state:new_york=1
martin_van_buren.birth_year:ad1782=1
martin_van_buren.child:abraham_van_buren=1
martin_van_buren.child:and_james_van_buren=1
martin_van_buren.child:john_van_buren=1
martin_van_buren.child:martin_van_buren=1
martin_van_buren.death_year:ad1862=1
martin_van_buren.election_year:ad1836=1
martin_van_buren.occupation:lawyer=1
martin_van_buren.occupation:new_york_governor=1
martin_van_buren.occupation:senator=1
martin_van_buren.party:democratic=1
martin_van_buren.pres_order:first=8
martin_van_buren.spouse:hannah_hoes_van_buren=1
martin_van_buren.time_served:year=4
/* SQL */
SELECT * FROM meme WHERE aid='martin_van_buren' 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