Answered Questions

  • Which of the following allows non repeatable read in JDBC, connection class?

    A) TRANSACTION_READ_UNCOMMITTEDB) TRANSACTION_READ_ COMMITTEDC) TRANSACTION_SERIALIZABLED) TRANSACTION_REPEATABLE_READ.Explanation: A non-repeatable read is where one transaction reads a row, a second transaction alters or deletes the row, and the first transaction re-reads the row,getting different values the second time.

    Teja Divyakolu

    • Oct 23rd, 2019

    TRANSACTION REPETABLE READ

    lai

    • Dec 28th, 2016

    C) TRANSACTION_SERIALIZABLE