SQL and PL/SQL Question: Download SQL and PL/SQL PDF

What is Commit?

Tweet Share WhatsApp

Answer:

Commit is an event that attempts to make data in the database identical to the data in the form. It involves writing or posting data to the database and committing data to the database. Forms check the validity of the data in fields and records during a commit. Validity check are uniqueness, consistency and db restrictions.

Download SQL and PL/SQL PDF Read All 45 SQL and PL/SQL Questions
Previous QuestionNext Question
What is Transaction?What is Posting?