Skip to main content
Question

when constructing an activty in data transformations, we use insert into, select, where, from. but how we will know we will put some joins in "where"? to sum up, how we can construct an activity?

  • March 6, 2023
  • 1 reply
  • 0 views

when constructing an activty in data transformations, we use insert into, select, where, from. but how we will know we will put some joins in "where"? to sum up, how we can construct an activity?

1 reply

subhayu.monda12
Level 4
Forum|alt.badge.img+16

In a SQL script, a where statement is generally used to filter out data. Joins can also be used as a filtering method to check whether that particular record exists in another table or not or might be used to fetch additional information from the joined table.

 

This is done as per business need and requirements.