on ‎2012 Dec 22 1:04 PM
Hi,
Please can some one explain the difference between inner join and reference join.
Thanks,
Shakthi.
Request clarification before answering.
Referential Join cannot be used if a filter is set on a field in the RIGHT table. It is semantically an inner join that assume that referential integrity is given which means that the left table always have a corresponding entry on the RIGHT table.
Referential join in Attribute View:
Referential join will work as inner join even if we don’t select columns to the output from right table.
Referential join in Analytic View:
Referential join will work as inner join if we have columns from the right table in the output.
Join will not execute if we don’t have columns from the right table in the output.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.