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 to use "for" statements in oracle?
How to name query output columns in oracle?
What are data pump export and import modes?
I have some query regarding Report generation from Oracle Apps "PO module". I have to generate a report where table columns are as below: Vendor_name Invoice No PO Number Item_Quantity Value of Goods Date of Shipping Name_of_the_transport Date_of_receipt_issued. Now my questions is :from which table/column I can get the information of "Name_of_the_transport" column. Thanks in advance.
Are truncate and delete commands same? If so why?
What is a database schema in oracle?
Give the different types of rollback segments.
Describe the types of sub query?
Explain the blob datatype?
How to delete a column in an existing table?
In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?
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?
How can we delete duplicate rows in a table?
How a tablespace is related to data files?
How to return top 5 rows in oracle?