adspace


what are different types of collation sensitivity? : Sql dba

Answer Posted / Varunesh Pandey

Collation sensitivity refers to the way a database sorts characters or strings. In SQL DBA, there are three main types: case-sensitive, case-insensitive, and accent-sensitive. Case-sensitive compares the exact text, ignoring any differences in uppercase or lowercase letters. Case-insensitive ignores the difference between uppercase and lowercase letters when comparing text. Accent-sensitive considers diacritics (such as accents) when comparing text.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is collation? : Sql dba

1229


Is primary key clustered index?

1019


what is dbms? : Sql dba

1061


Is inner join faster than left join?

1277


How do I remove duplicates in two columns?

1187


Can delete statement be rollbacked?

1054


Do we need to rebuild index after truncate?

1138


what are the advantages of sql ? : Sql dba

1142


what are all the common sql function? : Sql dba

1131


how to start mysql server? : Sql dba

1267


how to escape special characters in sql statements? : Sql dba

1114


What is the best sql course?

1050


Can we rollback truncate?

1074


If a cursor is open, how can we find in a pl/sql block?

1238


What is the current version of sql?

1094