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. RepeatableC. Serializable
D. ReadCommitted
4 Comments on “You need to maintain data integrity in all situations that use transactions.”
b
0
3
C. Serializable:
You need to maintain data integrity in all situations that use transactions.
=>
https://msdn.microsoft.com/en-us/library/system.data.isolationlevel(v=vs.110).aspx
4
0
C. Serializable is most safe transaction level
3
0
C
2
0