Hello Friends,
I have three table and i want to select data from them
Table 1
Roll No. --- Name---Age
1------------a--------12
2------------b--------13
Table 2
Roll No.---Name---Age
7------------d------12
8------------b------13
9------------c------12
Table 10
Roll No.---Name---Age
41---------d---------12
43---------b---------13
44---------c---------12
Table 3
Roll No.---Sex
1------------f
7------------f
41----------f
i want to select date from Table 1 and Table 2 and Table 3 only for the Rolle No. 1 and 7. i tried inner loop. total table are 10. I want to display age and sex.