How do you index just the first four bytes of the column?
Answer Posted / amith
ALTER TABLE customers ADD INDEX (business_name(4))
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the full form of mysql?
How do you shutdown a mysql database?
Can you tell few best practices to be followed for optimization in sql?
What does tinyint mean?
What is trigger in mysql with example?
Describe mysql transaction properties.
What could be the reason that the mysql statement 'select avg (salary) from emp' generates an inaccurate output?
What are the common mysql functions?
What are the differences between mysql vs sql server?
What you can use regular expression for in mysql?
Can you tell the difference between ereg_replace() and eregi_replace()?
How to Join tables on common columns.
What are the purposes of using enum and set data types?
What is mysql optimization?
What are numeric data types?