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

The correct answer is Serializable
1
0
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
0
0
I agree C is the right answer
1
0