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
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
Serializable
For the requirement to “maintain data integrity in all situations that use transactions” maybe the most restrictive level – Serializable(C) is correct.
Serializable
C- Serializable is Correct.
C