QuestionQ99

Database Management and Maintenance

A database administrator has run multiple transactions and now needs to complete the operations. Which of the following functions should the administrator use?

  • A Save
  • B Return
  • C Rollback
  • D Commit
Explanation

COMMIT finalizes a successful transaction and permanently saves its changes. ROLLBACK is used to undo changes that have not yet been committed.

Community Discussion

No comments yet. Be the first to start the discussion!