table 1 : -
name | location | Area | Region | Country
-----------------------------------------
abc 8 6 9 12
table 2 : -
lid | lname | aid | rid | cid
def 8 6 9 12
table 3 : -
aid | aname | rid | cid
6 ghi 9 12
table 4 : -
rid | rname | cid
9 jkl 12
table 5 : -
cid | cname
12 mno
how can i join these 5 tables in mysql and retrive " abc, def, ghi, jkl, mno ";