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 |
WHT ARE THE AGGREATE FUNCTIONS?
How to loop through data rows in the implicit cursor?
Give the constructs of a package, function or a procedure.
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
Write a trigger example in oracle?
1. Display the post code and the purchase order number for each purchase order. Sort the output set by postcode.
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
what is primary key and foreign key when and where have to use
Write a syntax for update query in oracle?
What is materialized view in Oracle?
What happens if recursive calls get out of control?
How to create a new tablespace in oracle?