Related Questions

A programmer by mistake writes multiplication instead of division, such error can be detected by?
A programmer, writes a program to multiply two numbers instead of dividing them by mistake, how can this error be detected?
Consider the following schedule S of transactions T1, T2, T3, T4: T1 T2 T3 T4   Reads(X)         Writes(X) Commit   Writes(X)  Commit         Writes(Y) Reads(Z) Commit           Reads(X) Reads(Y) Commit   Which one of the following statements is CORRECT?