What are the usage of SAVEPOINTS?

Answers were Sorted based on User's Feedback



What are the usage of SAVEPOINTS?..

Answer / deva

Save points are used to mark our transactions. Then later
on, down the line, we can roll back to that particular
transaction and roll back can be issued to that particular
point.

Is This Answer Correct ?    32 Yes 2 No

What are the usage of SAVEPOINTS?..

Answer / bindhu

Savepoints are used to create marker in the current
transaction by using SAVEPOINT statement which divides the
transaction into smaller section. We can then dicard
pending changes up to that marker by using the ROLLBACK TO
SAVEPOINT statement.

Is This Answer Correct ?    19 Yes 4 No

What are the usage of SAVEPOINTS?..

Answer / tulsi

1)In savepoint we can only rollback to every point the
savepoint is issued but we cant do commit at every savepoint

Is This Answer Correct ?    16 Yes 4 No

What are the usage of SAVEPOINTS?..

Answer / rahul

used to recover data
that recently deleted

Is This Answer Correct ?    0 Yes 0 No

What are the usage of SAVEPOINTS?..

Answer / kotravel. b

To perform line by line transaction we r using save point

Is This Answer Correct ?    4 Yes 5 No

Post New Answer

More SQL PLSQL Interview Questions

Which is faster view or stored procedure?

0 Answers  


What is the difference between the conventional and direct path loader? : aql loader

0 Answers  


Why is the cursor important?

0 Answers  


what is myisam? : Sql dba

0 Answers  


What are different types of sql?

0 Answers  






Can ddl statements be used in pl/sql?

0 Answers  


What is indexing in sql and its types?

0 Answers  


How do we use distinct statement? What is its use?

0 Answers  


what are sequences

0 Answers  


how to install mysql? : Sql dba

0 Answers  


Which are the different case manipulation functions in sql?

0 Answers  


What is difference between procedure and trigger?

0 Answers  


Categories