what is collation?
how many types of installations in sql server?
Answer Posted / prasadhari_m@yahoo.com
Collation is set of rules determine the how the data is
sorted and compared
Case sensitiy collation
Accent Sensitity collation
Kane sensitiy collation
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How Switch (select or use) to a database.
What is the data type for file in mysql?
What is dirty read and phantom read?
Explain the architecture models of SQL Server?
how you will show all records not containing the name "sonia" and the phone number '9876543210' order by the phone_number field.
How to get the number of rows selected or affected by a sql statement?
What is mysql and why it is used?
Write a query to find duplicate rows in table?
Is mysql easy to learn?
how to display nth highest salary from a table in a mysql query? : Mysql dba
What is the purpose of using a heap table?
What is the maximum size of table in mysql?
can you tell what are the different set operations available in mysql? : Mysql dba
How to use 'mysql' to run sql statements?
What is mysqli_result?