What are ACID properties in databases?
ACID stands for:
• Atomicity – Transactions are all-or-nothing.
• Consistency – Ensures database integrity before and after a transaction.
• Isolation – Ensures transactions don’t interfere with each other.
• Durability – Changes are permanent after a transaction is committed.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is background process in Oracle?
can anyody please send me the dump for Oracle 10g certifications for DBA path?
How to write a query with a left outer join in oracle?
What do database buffers contain?
defination of bitmap index
How can you tell how much space is left on a given file system and how much space each of the file systems subdirectories take-up?
How to invoke the original export import utilities?
How to define an oracle cursor variable?
What are advantages of dateset in datastage?
What is forall Statement ?
How to update a table row with a record?
What are main difference between Stored Procedure and Functions.