adspace
Answer Posted / Ravish Kumar
A simple example of a transaction in Sybase might involve updating multiple tables atomically:nBEGIN TRANSACTION;nUPDATE table1 SET col1 = new_value1 WHERE condition1;nUPDATE table2 SET col2 = new_value2 WHERE condition2;nCOMMIT WORK;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category