Answer Posted / hr@tgksolutions.com
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 |
Post New Answer View All Answers
What do you mean by a deadlock?
How can we find out the duplicate values in an oracle table?
Define oracle database
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
What are the different types of partitions in oracle?
Can we convert a date to char in oracle and if so, what would be the syntax?
What is the use of file param in imp command?
how to handle exceptions in post production
How to drop a stored function?
How to export data to a csv file?
interview questions with answer for cts
Explain the use of analyse option in exp command.
How to create a table interactively?
Why does Oracle not permit the use of PCTUSED with indexes?
How many types of cluster table in Oracle?