A.R:B=Q
thomas_jefferson.birth_country:usa=1
thomas_jefferson.birth_state:virginia=1
thomas_jefferson.birth_year:ad1743=1
thomas_jefferson.child:lucy_elizabeth_jefferson=1
thomas_jefferson.child:martha_jefferson_randolph=1
thomas_jefferson.child:mary_jefferson_eppes=1
thomas_jefferson.college:william_and_mary=1
thomas_jefferson.death_year:ad1826=1
thomas_jefferson.election_year:ad1800=1
thomas_jefferson.occupation:diplomat=1
thomas_jefferson.occupation:governor=1
thomas_jefferson.occupation:lawyer=1
thomas_jefferson.occupation:planter=1
thomas_jefferson.party:democratic_republican=1
thomas_jefferson.pres_order:first=3
thomas_jefferson.spouse:martha_wayles_skelton_jefferson=1
thomas_jefferson.time_served:year=8
/* SQL */
SELECT * FROM meme WHERE aid='thomas_jefferson' 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