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 |
Explain self joins in oracle?
why dont we assign not null constraint as table level constraint.
Hi can anyone tell me where are the dumps found of OCA certification.. Also the materials to be studied for the preparation.
What is bulk collect in oracle?
what are the diffeenes between oracle 9i,oracle 10g
What is oracle join syntax?
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
what is trigger?
What is the difference between post-database commit and post-form commit?
What is where clause in oracle?
What SQL query from v$session can you run to show how many sessions are logged in as a particular user account?
How do I use os authentication with weblogic jdriver for oracle and connection pools?