A.R:B=Q
george_bush.birth_country:usa=1
george_bush.birth_state:massachusetts=1
george_bush.birth_year:ad1924=1
george_bush.child:dorothy_bush_koch=1
george_bush.child:george_w._bush=1
george_bush.child:jeb_bush=1
george_bush.child:marvin_bush=1
george_bush.child:neil_bush=1
george_bush.college:yale=1
george_bush.death_year:ad2018=1
george_bush.election_year:ad1988=1
george_bush.occupation:cia_director=1
george_bush.occupation:congressman=1
george_bush.occupation:vice_president=1
george_bush.party:republican=1
george_bush.pres_order:first=41
george_bush.spouse:barbara_bush=1
george_bush.time_served:year=4
/* SQL */
SELECT * FROM meme WHERE aid='george_bush' 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