The process of reading database records without locking the records being read.

Options
- Dirty Read
- Read Committed
- Serializable
- Repeatable Read


CORRECT ANSWER : Dirty Read

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement