what is collation?
how many types of installations in sql server?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / manoj
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 ? | 1 Yes | 0 No |
Answer / tushar matere
collation is actually a set of characters than can be
changed from language to language. Means character set for
latin is different from swedish or other language like
chinese, japanese.
Is This Answer Correct ? | 2 Yes | 2 No |
What sql does mysql use?
In which format data is stored in mysql database?
how many fields can be updated using set in a mysql query?
What is an index? How can an index be declared in mysql?
How do I run mysql?
Can you tell few best practices to be followed for optimization in sql?
How to insert html code into mysql database using php?
A select query over a large table runs very slow because of the growing number of entries in that table. What different measures could be taken to improve speed?
What is sql in mysql?
How do I setup a mysql database?
Which storage engine is best in mysql?
How many entries can mysql handle?