Most of the cases we use cursor, for loop like senarios, like calutating total order for an item and put the sum in a specific column, doing some work on particular table on basis of values of some other tables. Now, cursor is fine for smaller amount of data items, but it becomes really lousy , as the number of items start to grow. Here, i will discuss ......