Click here to Skip to main content
15,891,712 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi All,


Can any1 please explain me about sql centric


difference between cross apply and inner join


cte
Posted
Updated 19-Aug-13 18:29pm
v2
Comments
_Asif_ 20-Aug-13 0:52am    
Just wonder, these days people don't even want to do a simple google search for their queries!

cross apply: it invoke table function for each returned row.
inner join: it join for two tables.

Using Apply
Using Inner joins
 
Share this answer
 
Try This:
[^]
 
Share this answer
 
v4
The best of the best: Visual Representation of SQL Joins[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900