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
what is collation? : Sql dba
Is primary key clustered index?
what is dbms? : Sql dba
Is inner join faster than left join?
How do I remove duplicates in two columns?
Can delete statement be rollbacked?
Do we need to rebuild index after truncate?
what are the advantages of sql ? : Sql dba
what are all the common sql function? : Sql dba
how to start mysql server? : Sql dba
how to escape special characters in sql statements? : Sql dba
What is the best sql course?
Can we rollback truncate?
If a cursor is open, how can we find in a pl/sql block?
What is the current version of sql?