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 is trigger in sql and its types?
What is the order of sql select?
What is data modelling in sql?
Can we commit in trigger?
What are the different dml commands in sql?
select 1,col1,col2 from table1. output?
I m giving Source, Destination and Age. Write a procedure or function, it will give to u this source to destination tickets are available or not, if available then check this person is senior citizen or not,if this person is senior citizen then give some discount. PLZ give this answer...... Thanks advance.....
Which command is used to call a stored procedure?
What are the two types of exceptions in pl/sql?
in procedure how to return a value
What are records give examples?
What is foreign key sql?
Oracle (3259)
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)