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 |
How to experiment a data lock in oracle?
how to get the index id?
What are the benefits of ordbms?
In Exception handling if we are using the when others first then what happens . whether it will show the compiler error
When do we use group by clause in a sql query?
How to loop through data rows in the implicit cursor?
How to pass parameters to procedures in oracle?
how can we write trigger in trigger???????? can we write one trigger on two table???
if you update view? where we store the data?
What are the differences between a sys and system user and what are the extra privileges available to the sys user?
How different is ms access and oracle?
How to create an oracle database?