You have entered information in the database. It has been changed and is reflected in the database. What has been done?
  1. Integrity Check
  2. Commit
  3. Rollback
  4. Savepoint
Explanation
Answer - B - When information has been changed and the change is reflected, it has been committed. The commit operation completes a transaction and executes all changes just made by the user. These changes can be made to data or schema information. Because these changes are committed, they are then available to all other applications and users. If a user attempts to commit a change and it cannot complete correctly, a rollback is performed. This ensures that partial changes do not take place and that data are not corrupted.
Was this helpful? Upvote!
Login to contribute your own answer or details

Top questions

Related questions

Most popular on PracticeQuiz