What is the difference between OUTER APPLY
and INNER JOIN
in Sql Server
?
I know how LEFT/RIGHT/INNER JOIN
works however I came across OUTER APPLY
I gave a read but I did not completely understand, it seems to be a% open% type where I could do an internal subselect acting as a INNER JOIN
normal. Would it be this? Or have more things about?
Furthermore what would performance compare with?