Microsoft
98-364 · Question #72
You work as an Application Developer for Nero Inc. You want to instruct the DBMS to set the transaction isolation level so that when a user updates a table in the database, other users cannot read…
The correct answer is A. setTransactionIsolation(). See the full explanation below for the reasoning.
Question
You work as an Application Developer for Nero Inc. You want to instruct the DBMS to set the transaction isolation level so that when a user updates a table in the database, other users cannot read the value at the same time. Which of the following methods will you use to define the transaction level?
Options
- AsetTransactionIsolation()
- BisClosed()
- CgetTransactionIsolation()
- DsupportsTransactions()
How the community answered
(33 responses)- A70% (23)
- B15% (5)
- C6% (2)
- D9% (3)
Community Discussion
No community discussion yet for this question.