A particular read-only transaction reads data entered into the database during the previous month and uses it to prepare a report. What is the weakest isolation level at which this transaction can execute? Explain.

What will be an ideal response?

READ UNCOMMITTED, because no other transaction can change the data.

Computer Science & Information Technology

You might also like to view...

A(n) __________ in the name of a form indicates a hierarchy of namespaces to allow the computer to locate the Form class in a computer's main memory.

A. colon B. backslash C. dot member access operator D. apostrophe

Computer Science & Information Technology

A connection string has ____ parts.

A. two B. three C. four D. five

Computer Science & Information Technology