SQL (Structured Query Language) Question:

What is the usage of SAVEPOINTS?

Tweet Share WhatsApp

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 PDF Read All 172 SQL Questions
Previous QuestionNext Question
What is an integrity constraint?What are the data types allowed in a table?