Given a read-only application that requires consistent data for every query, which isolation levels should it use to provide the most concurrency with other applications doing updates?


Given a read-only application that requires consistent data for every query, which of the following isolation levels should it use to provide the most concurrency with other applications doing updates?


A. Read Stability

B. Repeatable Read

C. Cursor Stability

D. Uncommitted Read

Questions by suvidha

Showing Answers 1 - 15 of 15 Answers

Anil Tambvekar

  • Oct 6th, 2011
 

Uncommitted read would be the Best choice as our application is read only application.

  Was this answer useful?  Yes

manasa

  • Nov 4th, 2011
 

cursor stability would be the best one.as it gives consistentdata.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions