Please help me. iTs very urgent.
I have three Tables
1 Student_master:
stu_id(pk),name ,phoneno,father name,address,co llegename,class ,photo;
2 Student_detail
slno(pk),stu_id (fk), subject,teacher name,stu_name,b atchday,batchti me
3 fee_detail
stu_id(fk),Tota l amount, Paid amount;
my problem is that i have to retrieve the following fields where teachername is given.
stu_id,stu_name ,classname,subj ect,paidMoney where teachername=som evalue
i tried to write the query but i failed.
plz anyone can help me .
i advancely thanks .
I have three Tables
1 Student_master:
stu_id(pk),name ,phoneno,father name,address,co llegename,class ,photo;
2 Student_detail
slno(pk),stu_id (fk), subject,teacher name,stu_name,b atchday,batchti me
3 fee_detail
stu_id(fk),Tota l amount, Paid amount;
my problem is that i have to retrieve the following fields where teachername is given.
stu_id,stu_name ,classname,subj ect,paidMoney where teachername=som evalue
i tried to write the query but i failed.
plz anyone can help me .
i advancely thanks .
Comment