What is the CAP theorem?
The CAP theorem states that a distributed database can achieve at most two of the following three properties:
• Consistency (C) – All nodes have the same data at the same time.
• Availability (A) – System continues to function even if nodes fail.
• Partition Tolerance (P) – System continues to operate despite network failures.
No system can provide all three simultaneously.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a snapshot log?
How to run create database statement again?
How to update a table row with a record?
What is meant by raw datatype?
What are the ansi data types supported in oracle?
Why is oracle used?
How to open a cursor variable?
How to delete a user account in oracle?
What is the string concatenation operator in oracle?
What is difference between cartesian join and cross join?
what is IDE,DMV in sql server?
How to display employee records who gets more salary than the average salary in the department?