A.R:B=Q
lyndon_johnson.birth_country:usa=1
lyndon_johnson.birth_state:texas=1
lyndon_johnson.birth_year:ad1908=1
lyndon_johnson.child:luci_baines_johnson=1
lyndon_johnson.child:lynda_bird_johnson=1
lyndon_johnson.college:southwest_texas_state_teachers=1
lyndon_johnson.death_year:ad1973=1
lyndon_johnson.election_year:ad1964=1
lyndon_johnson.occupation:congressman=1
lyndon_johnson.occupation:senator=1
lyndon_johnson.occupation:vice_president=1
lyndon_johnson.party:democratic=1
lyndon_johnson.pres_order:first=36
lyndon_johnson.spouse:lady_bird_johnson=1
lyndon_johnson.time_served:year=5
/* SQL */
SELECT * FROM meme WHERE aid='lyndon_johnson' 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