
I have 4 tables, 1 User profile (PK usrid), 2 Friend list(pk ugid), 3 user updates(PK updatesguid), 4 comments on updates(PK comment guid) i want a query in which I will get a data of people, there updates, and comments on updates who are friend of current user.(tables are InnoDB and have FK)