The stunningly original conclusion:
Important learning is to use joins wherever possible instead of cursors. Cursors are recommended only when there is complete business logic which absolutely cannot be accomplished by joins. Also we should ensure that the join based approach returns the exact same result set returned by cursors based approach.
0
30 Nov 2015 22:28
u/BZ_Cryers
in v/programming
The stunningly original conclusion: