cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Difference between inner join and reference join.

Former Member
0 Likes
20,976

Hi,

Please can some one explain the difference between inner join and reference join.

Thanks,

Shakthi.

View Entire Topic
Former Member
0 Likes

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.