Can anyone please tell the difference between the following sql,
SELECT * FROM TABLE
VS
SELECT * FROM TABLE FOR UPDATE
When and at what situation i need to use For Update
It is taking more time for getting the data if i use update and getting stopped. What is happening on Update to increase the time. Please tell me the entire process happening on this.