There are lots and lots of questions on HOW to use Transactions. What I want to know is WHEN? Under what circumstances? What types of queries? Can Try-Catch blo
Simple answer is to use transactions if you have more than 1 update or insert query in a single operation/function.