i want to get the data of five table having a common id from one query can we do this ,
for example tbl_student,tbl_batch,tbl_section,tbl_level,tbl_faculty all have a common id
college_id
how can i get all the tables value with one query
if anybody can help me i would be greatful
If I understand you correctly that sounds like a join.
This is most probably not exactly the way you want to get the data because the data model would not make much sense. Hopefully you get the idea though.