Shubham Kumar
What is apply operator in sql?
By Shubham Kumar in SQL Server on Apr 07 2016
  • Pragya Gupta
    Dec, 2018 24

    There are two types of Apply : The CROSS APPLY operator returns only those rows from the left table expression (in its final output) if it matches with the right table expression. In other words, the right table expression returns rows for the left table expression match only. The OUTER APPLY operator returns all the rows from the left table expression irrespective of its match with the right table expression. For those rows for which there are no corresponding matches in the right table expression, it contains NULL values in columns of the right table expression

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS