Answer Posted / 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 |
Post New Answer View All Answers
Is sqlite thread safe?
How many scalar data types are supported in pl/sql?
Can we use update in sql function?
What is a loop in sql?
Why do we need unique key in a table?
How do I edit a trigger in sql developer?
How can triggers be used for the table auditing?
what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba
What is delimiter sql?
what is row? : Sql dba
What is an inner join sql?
What is secondary key?
What are all the different normalizations?
When can we use the where clause and the having clause?
What is the sql*loader? : aql loader