|
INTERVIEW QUESTIONS
DATABASE
MS SQL SERVER
DETAILS
Question: What Is a Collation in MS SQL Server?
Answer: A collation is a set of rules defining a character set and its sorting rules. SQL Server support a large number of built-in collations. For example:
* Albanian_CI_AI_KS_WS - Albanian, case-insensitive (CI), accent-insensitive (AI), kanatype-sensitive (KS), width-sensitive (WS). * Arabic_CI_AS_KS_WS - Arabic, case-insensitive, accent-sensitive, kanatype-sensitive, width-sensitive. * French_CI_AI - French, case-insensitive, accent-insensitive, kanatype-insensitive, width-insensitive. * Korean_Wansung_BIN - Korean-Wansung, binary sort. * SQL_Latin1_General_CP1250_CI_AS - Latin1-General, case-insensitive, accent-sensitive, kanatype-insensitive, width-insensitive.
If you want to get a list of all collations support on the SQL Server, run this statement:
SELECT * FROM fn_helpcollations() GO
|
|
|
Category |
MS SQL Server Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.2) By 7951 users |
Added on |
9/23/2014 |
Views |
69765 |
Rate it! |
|
|
Question:
What Is a Collation in MS SQL Server?
Answer:
A collation is a set of rules defining a character set and its sorting rules. SQL Server support a large number of built-in collations. For example:
* Albanian_CI_AI_KS_WS - Albanian, case-insensitive (CI), accent-insensitive (AI), kanatype-sensitive (KS), width-sensitive (WS). * Arabic_CI_AS_KS_WS - Arabic, case-insensitive, accent-sensitive, kanatype-sensitive, width-sensitive. * French_CI_AI - French, case-insensitive, accent-insensitive, kanatype-insensitive, width-insensitive. * Korean_Wansung_BIN - Korean-Wansung, binary sort. * SQL_Latin1_General_CP1250_CI_AS - Latin1-General, case-insensitive, accent-sensitive, kanatype-insensitive, width-insensitive.
If you want to get a list of all collations support on the SQL Server, run this statement:
SELECT * FROM fn_helpcollations() GO Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
How To Write Character String Constants or Literals in MS SQL Server?
|
View Answer
|
|
What Is a Constant or Literal in MS SQL Server?
|
View Answer
|
|
What Are the Differences between DECIMAL and FLOAT in MS SQL Server?
|
View Answer
|
|
What Are the Differences between CHAR and VARCHAR in MS SQL Server?
|
View Answer
|
|
What Are the Differences between CHAR and NCHAR in MS SQL Server?
|
View Answer
|
|
What Are Binary String Data Types in MS SQL Server?
|
View Answer
|
|
What Are Unicode Character String Data Types in MS SQL Server?
|
View Answer
|
|
What Are Character String Data Types in MS SQL Server?
|
View Answer
|
|
What Are Date and Time Data Types in MS SQL Server?
|
View Answer
|
|
What Are Approximate Numeric Data Types in MS SQL Server?
|
View Answer
|
|
What Are Exact Numeric Data Types in MS SQL Server?
|
View Answer
|
|
How Many Categories of Data Types Used by SQL Server?
|
View Answer
|
|
How To Create User Messages with PRINT Statements in MS SQL Server?
|
View Answer
|
|
How To Use GO Command in "sqlcmd"?
|
View Answer
|
|
What Happens to a Statement Batch If There Is a Compilation Error?
|
View Answer
|
|
What Is a Transact-SQL Statement Batch in MS SQL Server?
|
View Answer
|
|
How To Enter Comments in Transact-SQL Statements?
|
View Answer
|
|
How To Start and End Transact-SQL Statements?
|
View Answer
|
|
What Is a Transact-SQL Statement?
|
View Answer
|
|
What Is Transact-SQL Language?
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All MS SQL Server Interview Questions & Answers - Exam Mode /
Learning Mode
|