Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do you index just the first four bytes of the column?

Answers were Sorted based on User's Feedback



How do you index just the first four bytes of the column?..

Answer / amith

ALTER TABLE customers ADD INDEX (business_name(4))

Is This Answer Correct ?    2 Yes 0 No

How do you index just the first four bytes of the column?..

Answer / monika

alter table table_name add index(substr(column_name,1,4));

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is an example of a delimiter?

0 Answers  


What is strict mode in mysql?

0 Answers  


Is mysql distributed?

0 Answers  


How to check if a record exists in a mysql database php?

0 Answers  


is it possible to assign two primary key in a table

8 Answers   IBM,


What is a csv table?

0 Answers  


What is foreign key in mysql?

0 Answers  


What are the steps involved in query processing?

0 Answers  


How do you rename a table in mysql?

0 Answers  


What is select query in mysql?

0 Answers  


How do I create a mysql database?

0 Answers  


What is prepare statement in mysql?

0 Answers  


Categories