A.R:B=Q
andrew_jackson.birth_country:usa=1
andrew_jackson.birth_state:south_carolina=1
andrew_jackson.birth_year:ad1767=1
andrew_jackson.death_year:ad1845=1
andrew_jackson.election_year:ad1828=1
andrew_jackson.occupation:lawyer=1
andrew_jackson.occupation:military_leader=1
andrew_jackson.occupation:planter=1
andrew_jackson.occupation:senator=1
andrew_jackson.party:democratic=1
andrew_jackson.pres_order:first=7
andrew_jackson.spouse:rachel_donelson_jackson=1
andrew_jackson.time_served:year=8
/* SQL */
SELECT * FROM meme WHERE aid='andrew_jackson' 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