InterviewSolution
| 1. |
What Is Complex Join? Difference With Foreign Key Primary Key Join? |
|
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 '='. 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 '='. |
|