What are the general rules on data consistency?



What are the general rules on data consistency?..

Answer / Mr Sumant Kumar

Data consistency refers to ensuring that all data in a database is accurate, reliable, and up-to-date. Some general rules for maintaining data consistency include:

1. Atomicity: Each transaction should be treated as an indivisible unit of work; it either completes entirely or does not complete at all.
2. Consistency: The database must be in a consistent state before and after each transaction, adhering to defined business rules.
3. Isolation: Concurrent transactions do not interfere with one another's execution, ensuring that the results of individual transactions are independent.
4. Durability: Once committed, a transaction should remain committed even in case of hardware failure or power loss.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

what is the dual table in oracle?

1 Answers  


What are a query and state the different types of queries and their uses?

1 Answers  


what is trigger?

6 Answers   Oracle,


what is the difference between no rows returned and null returned?

2 Answers  


5. Display full details for the creditor/s who has received the single largest payment. Do not use a table join or set operator anywhere in your query.

6 Answers   Wipro,


In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?

1 Answers  


Can you drop an index associated with a unique or primary key constraint?

1 Answers  


how to retrieve data from different tables ,place this data in different excel worksheets.

1 Answers   Gap Inc,


How to get execution statistics reports on query statements?

1 Answers  


find out the second highest salary?

55 Answers   Cognizant, Nucsoft, Oracle, TCS, Wondersoft,


What are the different editions of oracle?

1 Answers  


What happens if recursive calls get out of control?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)