What is atomicity in dbms?

devquora
devquora

Posted On: Feb 25, 2020

 

In database practices, atomicity is an ACID (Atomicity, Consistency, Isolation, Durability) transaction features. An atomic transaction is an indivisible and fundamental series of database transactions such that either all occur, or nothing happens and a guarantee of atomicity halts updates to the database occurring only partially, which can provoke greater problems than rejecting the entire series outright. As an outcome, the transaction cannot be recognized to be in progress by another database user.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    DBMS Interview Questions

    What is DBMS?

    DBMS (Database Management System) is a computer software application that allows users and other applications to view,..

    DBMS Interview Questions

    Enlist various types of interactions created by DBMS ?

    There are various kinds of interactions supported by DBMS like- Data definition Update Retrieval Administration..

    DBMS Interview Questions

    What are the features of Database language?

    Database language is used to create and store data in computer system. DBMS itself is one of the features of database l..