Hi @ASNeelima Resource is the entity where the selection criteria will
apply. In SQL mode, this corresponds to the entity set in the FROM
clauseTargeting is the entity that will be returned, in SAL mode, this
corresponds to the entity in the SELECT clause.By default Targeting is
the Resource entity, however if you have 0-1 or 1-1 relationship on the
Resource entity, you can decide to return the entity from the
relation.For instance, if you query Delivery Logs and want to return
profile, the Reso...