---
title: "What are different types of Collation Sensitivity?"  
description: "What are different types of Collation Sensitivity?"  
author: "Anonymous User"  
published: 2015-01-16  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/2273/what-are-different-types-of-collation-sensitivity  
category: "mssql server"  
tags: ["sql server 2012"]  
reading_time: 1 minute  

---

# What are different types of Collation Sensitivity?

1. Case sensitivity - A and a, B and b, etc.
2. Accent sensitivity
3. Kana Sensitivity - When Japanese kana characters Hiragana and Katakana are treated differently, it is called Kana sensitive.
4. 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

1. Case sensitivity - A and a, B and b, etc.
2. Accent sensitivity
3. Kana Sensitivity - When Japanese kana characters Hiragana and Katakana are treated differently, it is called Kana sensitive.
4. 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/2273/what-are-different-types-of-collation-sensitivity

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
