STEP 1 :
	
	
	
		
STEP 2 :
	
	
	
		
#rollback #commit #tran
			
			
		JavaScript:
	
		use mydbase
 
	begin tran
	select * from Product where Product_ID = 22236
	UPDATE product 
	SET    price1 = '685', 
		   price2 = '556.91' 
	WHERE  product_id = 22236 
	select * from Product where Product_ID = 22236STEP 2 :
		JavaScript:
	
	 #if we like what we see run commit otherwise rollback#
	--rollback
	--commit#rollback #commit #tran
