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 difference between truncate and delete?
What are the execution control statements in oracle?
What WHERE CURRENT OF clause does in a cursor?
Explain the use of grant option in imp command.
How does Oracle guarantee data integrity of data changes?
How many data types are supported?
What is meant by an index?
How to run queries on external tables?
What is a nested table and how is it different from a normal table?
What is oracle sid?
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?