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 |
Is it possible to insert comments into sql statements return in the data model editor ?
What is the difference between column level constraints and table level constraints?
14 Answers IBM, TCS,
How many objectname will be created for a single table drop function? Why 'flashback' query giving error "ORA-38312: original name is used by an existing object" while getting the table?
How to call a stored function with parameters?
How to view existing locks on the database?
What is Network Database link ?
What is COST-based approach to optimization ?
What is a nested table?
how to hide the stored procedure inside a package
Can multiple columns be used in group by in oracle?
without using count(*) and rownum how can we count total record in a table
how to retrieve 1st and last row of table without using group functions??