SQL Update

Can two persons update the same row at same time.if it is possible how?

Questions by sasi_akkala

Showing Answers 1 - 18 of 18 Answers

oz_girl

  • Jan 28th, 2009
 

Locking and row versioning prevent users from reading uncommitted data and prevent multiple users from attempting to change the same data at the same time.

bk_karthi

  • Jul 9th, 2009
 

Yes.
We can update by using COMMIT, UNCOMMIT methods. Second record cannot update till the first record is committed.

  Was this answer useful?  Yes

subang

  • Jan 16th, 2010
 

Yes the two person's can update the same row at the same time since it doesn't violate any records in the database.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions