Which of the following does cursor stability ensure
(a) The tuple that is currently being processed by the iteration is locked in shared mode
(b) The tuple that is currently being processed is not locked in shared mode
(c) Any modified tuples are not locked in exclusive mode
(d) None of the mentioned
This question was posed to me during an interview for a job.
This interesting question is from Insert, Delete Operations and Predicate Reads in portion Concurrency Control of RDBMS