Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
svsudhakar
Creator
Creator

When will use join & Keep

Hi,

I want to know the exact difference between join and Keep join .I know the usage of both but I want to know in which situation I use Join and Keep join .

If I use join what is the advantage/disadvantage with respect to Keep joins.

Please help me to understand this functionality how it works.

Thanks in Advance.

1 Solution

Accepted Solutions
Chanty4u
MVP
MVP

hi

PFA

hope this helps u

Thank you

Suresh

View solution in original post

7 Replies
maleksafa
Specialist
Specialist

well it depends on your data model, if it is better to combine two tables using join or keeping the two tables separated but having only the linked data.

so you should consider the size of the table that you want to join and whether it is a linked table or not, usually in the case of a linked table you don't want to join it.

Chanty4u
MVP
MVP

hi

PFA

hope this helps u

Thank you

Suresh

svenkita
Creator II
Creator II

Check this document

svsudhakar
Creator
Creator
Author

is there any performance difference ?

jagan
Luminary Alumni
Luminary Alumni

Hi Sudhakar,

Check this link hope it helps you in understanding this concepts

Understanding Join, Keep and Concatenate

Regards,

Jagan.

Siva_Sankar
Master II
Master II

PFA

help4qv123
Creator II
Creator II

Hi,

If u want to make two different tables into one in your data model with one common key then u can use join.

But if u want to keep two tables as it is and want a relation(Join) between them then you can use keep.