Podcast
Questions and Answers
Which statement is true about Transaction Control Language (TCL)?
Which statement is true about Transaction Control Language (TCL)?
What does the COMMIT command do?
What does the COMMIT command do?
What does the ROLLBACK command do?
What does the ROLLBACK command do?
What does the SAVEPOINT command do?
What does the SAVEPOINT command do?
Signup and view all the answers
What does the SAVEPOINT statement do in the given example?
What does the SAVEPOINT statement do in the given example?
Signup and view all the answers
Transaction Control Language (TCL) is used to control transactional processing in a database.
Transaction Control Language (TCL) is used to control transactional processing in a database.
Signup and view all the answers
The COMMIT command permanently saves the changes made in a transaction.
The COMMIT command permanently saves the changes made in a transaction.
Signup and view all the answers
The ROLLBACK command undoes all the changes made in a transaction.
The ROLLBACK command undoes all the changes made in a transaction.
Signup and view all the answers
The SAVEPOINT command marks the current point in the processing of a transaction.
The SAVEPOINT command marks the current point in the processing of a transaction.
Signup and view all the answers
The SAVEPOINT command creates groups of transactions.
The SAVEPOINT command creates groups of transactions.
Signup and view all the answers