Relationship problem?
Posted
by dilip
on Stack Overflow
See other posts from Stack Overflow
or by dilip
Published on 2010-05-13T14:03:51Z
Indexed on
2010/05/13
15:24 UTC
Read the original article
Hit count: 166
I have four tables
Tag=>id,tag_name Image=>Id,Image_name TagImage=>Id,tag_id,Image_id ImageStudent=id,Image_id,student_id
And I want to find a record using student id and tag name. What relationship do I use?
© Stack Overflow or respective owner