SQL (Structured Query Language) Question: Download SQL PDF

What is sql 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 PDF Read All 172 SQL Questions
Previous QuestionNext Question
What is sql Savepoint?What is sql Sequences?