A.R:B=Q
donald_trump.birth_country:usa=1
donald_trump.birth_state:new_york=1
donald_trump.birth_year:ad1946=1
donald_trump.child:barron_trump=1
donald_trump.child:donald_trump=1
donald_trump.child:eric_trump=1
donald_trump.child:ivanka_trump=1
donald_trump.child:tiffany_trump=1
donald_trump.college:university_of_pennsylvania=1
donald_trump.election_year:ad2016=1
donald_trump.occupation:businessman=1
donald_trump.occupation:television_personality=1
donald_trump.party:republican=1
donald_trump.pres_order:first=45
donald_trump.spouse:melania_trump=1
donald_trump.time_served:year=4
/* SQL */
SELECT * FROM meme WHERE aid='donald_trump' 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