What is the purpose of a savepoint in SQL transactions?
To rollback the entire transaction
To mark a point within a transaction to which you can later roll back
To commit the changes made by a transaction
To finalize the changes made by a transaction
This question is part of this quiz :
SQL Indexes & Transactions Quiz