A.R:B=Q
james_polk.birth_country:usa=1
james_polk.birth_state:north_carolina=1
james_polk.birth_year:ad1795=1
james_polk.college:chapel_hill=1
james_polk.death_year:ad1849=1
james_polk.election_year:ad1844=1
james_polk.occupation:congressman=1
james_polk.occupation:lawyer=1
james_polk.occupation:tennessee_governor=1
james_polk.party:democratic=1
james_polk.pres_order:first=11
james_polk.spouse:sarah_childress_polk=1
james_polk.time_served:year=4
/* SQL */
SELECT * FROM meme WHERE aid='james_polk' 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