What are the usage of SAVEPOINTS?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / kotravel. b
To perform line by line transaction we r using save point
| Is This Answer Correct ? | 4 Yes | 5 No |
What are the disadvantages of file system?
Can you sum a count in sql?
What is Pragma EXECPTION_INIT ? Explain the usage ?
what is primary key? : Sql dba
what's the difference between a primary key and a unique key? : Sql dba
what are all the different normalizations? : Sql dba
using comand prompt how can import table data and table space with example
Does group by remove duplicates?
what is the difference between undefined value and null value? : Sql dba
What is the best free sql database?
Explain how can you save or place your msg in a table?
Can we edit a view in sql?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)