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 Undo Management Advisor in Oracle?
why pl sql doesn't support retrieving multiple records
3. Adapt your query in (2) above so that only post codes with more than twenty orders are displayed.
Why does for update in oracle 8 cause an ora-01002 error?
which sql command we can use to get a print out from oracle?
What is a public synonym?
What is a Public Synonyms ?
What is the sql query to concatenate column values from multiple rows in oracle?
How to download oracle database 10g xe?
Q) How to Find Max Date from each Group? (Asked in Infosys (INFI)Interview)
Is there an oracle sql query that aggregates multiple rows into one row?
Give the sequence in which triggers fired during insert operations, when the following 3 triggers are defined at the same block level ?