A.R:B=Q
james_monroe.birth_country:usa=1
james_monroe.birth_state:virginia=1
james_monroe.birth_year:ad1758=1
james_monroe.child:eliza_monroe_hay=1
james_monroe.child:james_monroe=1
james_monroe.college:william_and_mary=1
james_monroe.death_year:ad1831=1
james_monroe.election_year:ad1816=1
james_monroe.occupation:diplomat=1
james_monroe.occupation:governor=1
james_monroe.occupation:lawyer=1
james_monroe.occupation:planter=1
james_monroe.party:democratic_republican=1
james_monroe.pres_order:first=5
james_monroe.spouse:elizabeth_kortright_monroe=1
james_monroe.time_served:year=8
/* SQL */
SELECT * FROM meme WHERE aid='james_monroe' 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