You need to maintain data integrity in all situations that use transactions.

You are developing an ASP.NET MVC application that reads and writes data from a SQL Server database.
You need to maintain data integrity in all situations that use transactions.

You are developing an ASP.NET MVC application that reads and writes data from a SQL Server database.
You need to maintain data integrity in all situations that use transactions.

A.
ReadUncommitted

B.
Repeatable

C.
Serializable

D.
ReadCommitted



Leave a Reply 3

Your email address will not be published. Required fields are marked *


Ricardo

Ricardo

The correct answer is Serializable

response

response

si es serializable debido aq ue este permite detener todas las las transaciones realizadas
por un rango, o tambien, inser,delete,update. deteniendo todas las otra transaciones que ocurran

sach

sach

I agree C is the right answer