---
title: "What are the types of transaction levels in SQL SERVER?"  
description: "What are the types of transaction levels in SQL SERVER?"  
author: "Sumit Kesarwani"  
published: 2013-12-29  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/1869/what-are-the-types-of-transaction-levels-in-sql-server  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What are the types of transaction levels in SQL SERVER?

There are four transaction levels in SQL SERVER.

- Read committed
- Read uncommitted
- Repeatable read
- Serializable

## Answers

### Answer by Sumit Kesarwani

There are four transaction levels in SQL SERVER.

- Read committed
- Read uncommitted
- Repeatable read
- Serializable


---

Original Source: https://www.mindstick.com/interview/1869/what-are-the-types-of-transaction-levels-in-sql-server

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
