1.

Which of the following is a transaction isolation level as specified by SQL standard?(a) Serializable(b) Repeatable read(c) Read committed(d) All of the mentionedThe question was posed to me in an interview.The query is from Transaction Isolation Levels topic in chapter Transactions of RDBMS

Answer»

Right choice is (a) Serializable

To explain I WOULD say: Serializable, repeatable read, read COMMITTED and read UNCOMMITTED are the four LEVELS of TRANSACTIONS.



Discussion

No Comment Found

Related InterviewSolutions