A.R:B=Q
ulysses_grant.birth_country:usa=1
ulysses_grant.birth_state:ohio=1
ulysses_grant.birth_year:ad1822=1
ulysses_grant.child:ellen_wrenshall_grant=1
ulysses_grant.child:frederick_dent_grant=1
ulysses_grant.child:jesse_root_grant=1
ulysses_grant.child:ulysses_simpson_grant=1
ulysses_grant.college:west_point=1
ulysses_grant.death_year:ad1885=1
ulysses_grant.election_year:ad1868=1
ulysses_grant.occupation:military_officer=1
ulysses_grant.occupation:president=1
ulysses_grant.party:republican=1
ulysses_grant.pres_order:first=18
ulysses_grant.spouse:julia_dent_grant=1
ulysses_grant.time_served:year=8
/* SQL */
SELECT * FROM meme WHERE aid='ulysses_grant' 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