Which of the following is an example of a Transaction Command Language (TCL)?
Answers
Answered by
0
Answer:
Commit will be your right answer.
ok
Answered by
1
Answer:
The commands in Transaction Control Language are Commit, Rollback, and Savepoint.
Explanation:
1. COMMIT
This command is used to make a transaction permanent in a database. So it can be said that the commit command saves the work done as it ends the current transaction by making permanent changes during the transaction.
2. ROLLBACK
This command is used to restore the database to its original state since the last command that was committed.
3. SAVEPOINT
This command is used to save the transaction temporarily. So the users can roll back to the required point of the transaction.
-
Please mark me as brainliest. Hope this helps.
Similar questions