InterviewSolution
Saved Bookmarks
| 1. |
When is a timestamp allotted(a) When execution begins(b) When execution is taking place(c) When execution is completed(d) None of the mentionedThis question was posed to me in an online interview.I would like to ask this question from Transaction Isolation Levels topic in division Transactions of RDBMS |
|
Answer» RIGHT ANSWER is (a) When EXECUTION begins The BEST I can explain: Timestamp is allotted when execution of a TRANSACTION begins. |
|