InterviewSolution
Saved Bookmarks
| 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 |
|