Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

What is complex join?

4 like 0 dislike
What is complex join? Difference with Foreign key Primary Key join?
asked 1 year ago by daneim (127,080 points)

1 Answer

2 like 0 dislike
 
Best answer
Complex joins are joins which have following diffrences from a PK-FK joins
# Complex joins can have conditional mappings like >,<,>=,NOT,AND,etc apart from '=' whereas the PK-FK joins are always '='.
# PK-FK joins are always (1-N), whereas complex joins can have (1 - 0,1) and (0,1 - N) kind of relationships
answered 1 year ago by marck_don (191,010 points)

Related questions

6 like 0 dislike
1 answer
9 like 0 dislike
1 answer
5 like 0 dislike
1 answer