A.R:B=Q
john_tyler.birth_country:usa=1
john_tyler.birth_state:virginia=1
john_tyler.birth_year:ad1790=1
john_tyler.child:anna_tyler=1
john_tyler.child:augusta_tyler=1
john_tyler.child:david_gardiner_tyler=1
john_tyler.child:elizabeth_tyler=1
john_tyler.child:john_alexander_tyler=1
john_tyler.child:john_tyler=1
john_tyler.child:letitia_tyler=1
john_tyler.child:lyon_gardiner_tyler=1
john_tyler.child:mary_tyler=1
john_tyler.child:pearl_tyler=1
john_tyler.child:robert_tyler=1
john_tyler.college:william_and_mary=1
john_tyler.death_year:ad1862=1
john_tyler.election_year:ad1841=1
john_tyler.occupation:lawyer=1
john_tyler.occupation:senator=1
john_tyler.occupation:virginia_governor=1
john_tyler.party:whig=1
john_tyler.pres_order:first=10
john_tyler.spouse:julia_gardiner_tyler=1
john_tyler.spouse:letitia_christian_tyler=1
john_tyler.time_served:year=3
/* SQL */
SELECT * FROM meme WHERE aid='john_tyler' 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