Explain why a read-only transaction consisting of a single SELECT statement that uses an INSENSITIVE cursor can always execute correctly at READ COMMITTED.

What will be an ideal response?

It sees a snapshot of committed data.

Computer Science & Information Technology

You might also like to view...

Access organizes tables as a grid of columns and rows

Indicate whether the statement is true or false

Computer Science & Information Technology

When you know how many times a loop will execute in advance, a _______ loop should be used.

a) sentinel b) infinite c) counter-controlled d) None of the above.

Computer Science & Information Technology