Answer Posted / guest
Two-phase commit is mechanism that guarantees a
distributed transaction either commits on all involved nodes
or rolls back on all involved nodes to maintain data
consistency across the global distributed database. It has
two phase, a Prepare Phase and a Commit Phase.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you mean by super key, primary key, foreign key and candidate key?
How many columns are in a database table?
Briefly describe an outer join.
How to detect applications and users that hold transactions open too long?
What is difference between sql and rdbms?
Explain the classification of Database Management System?
What are five main functions of a database administrator?
Is a database a file?
Differentiate table scan from index scan.
Why do we need foreign key?
What is database Configuration assistant ?
What is db context?
What is a checkpoint in dbms?
What is the first step in creating a database?
What are the properties of a primary key in DBMS?