---
title: "What are different types of Collation Sensitivity?"  
description: "What are different types of Collation Sensitivity?"  
author: "Anonymous User"  
published: 2011-11-04  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/1334/what-are-different-types-of-collation-sensitivity  
category: "mssql server"  
tags: ["mssql server"]  
reading_time: 1 minute  

---

# What are different types of Collation Sensitivity?

There are basically three types of Collation Sensitivity: \
1. Case sensitivity - A and a, B and b, etc.\
2. Accent sensitivity\
3. Width sensitivity - A single-byte character (half-width) and the same character represented as a double-byte character (full-width) are treated differently than it is width sensitive.\

## Answers

### Answer by Anonymous User

There are basically three types of Collation Sensitivity: \
1. Case sensitivity - A and a, B and b, etc.\
2. Accent sensitivity\
3. Width sensitivity - A single-byte character (half-width) and the same character represented as a double-byte character (full-width) are treated differently than it is width sensitive.\


---

Original Source: https://www.mindstick.com/interview/1334/what-are-different-types-of-collation-sensitivity

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
