SQL (Structured Query Language) Question:

Download Job Interview Questions and Answers PDF

What is the usage of SAVEPOINTS?

SQL Interview Question
SQL Interview Question

Answer:

SAVEPOINTS are used to subdivide a transaction into smaller parts. It enables rolling back part of a transaction. Maximum of five save points are allowed.

Download SQL Interview Questions And Answers PDF

Previous QuestionNext Question
What is an integrity constraint?What are the data types allowed in a table?