nerdexam
Microsoft

70-451 · Question #125

You are a database developer. You plan to design a database solution by using SQL Server 2008. A stored procedure in a database uses a transaction to retrieve data from a table and produces…

The correct answer is C. REPEATABLE READ. See the full explanation below for the reasoning.

Question

You are a database developer. You plan to design a database solution by using SQL Server 2008. A stored procedure in a database uses a transaction to retrieve data from a table and produces aggregations. You must design a solution that meets the following requirements:

  • Update operations cannot be performed on the retrieved data while the

stored procedure is being executed.

  • Insert operations in the table can be performed while the stored

procedure is being executed. You need to ensure that the solution meets the requirements. What isolation level should you use?

Options

  • ASERIALIZABLE
  • BREAD COMMITTED
  • CREPEATABLE READ
  • DREAD UNCOMMITTED

How the community answered

(36 responses)
  • A
    3% (1)
  • B
    8% (3)
  • C
    83% (30)
  • D
    6% (2)

Community Discussion

No community discussion yet for this question.

Full 70-451 Practice