Answer Posted / hr@tgksolutions.com
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 |
Post New Answer View All Answers
How can we delete duplicate rows in a table?
Explain about achiever in sql?
What is raw datatype in oracle?
What is difference between truncate and delete?
What are the differences between blob and clob in oracle?
How to drop an existing table in oracle?
What is an oracle recycle bin?
How to check database size in Oracle?
Please explain me all types of Data models. Also give me the details if each model can have other name.for example:schematic data model is also known as conceptual data model and entity relation data model.
How to insert multiple rows with one insert statement in oracle?
WHAT IS THE DEFINITION OF DEFAULT CUSTOMER IN AR?
What is the usage of merge statement?
What is backup in Oracle?
How to use regular expression in pattern match conditions in oracle?
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.