Let's say that I have three tables: A,B and C.
I want to join A and C but there is no foriegn key from A to C or from C to A, but B has foriegn keys from both of them !
I want to update a line in A but in Condition that depends on the values on a record in C !! I hope i'm making this clear enough, sorry for my bad english . Thank you in advance !!