In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-21 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
Description of index types:
Primary key index
Primary key () requires that keywords cannot be repeated or null, and cannot be named when primary key constraint primary key index definition is added.
Unique index
Unique index () requires that keywords cannot be repeated and adds unique constraints.
General index
Index () has no requirements for keywords
Full-text index
The source of the fulltext key () keyword is not the data of all fields, but the special keywords extracted from the field
Keyword: it can be a field or multiple fields, and multiple fields are called composite indexes.
Example:
Table creation: creat table student (stu_id int unsigned not null auto_increment, name varchar (32) not null default'', phone char (11) not null default'', stu_code varchar (32) not null default'', stu_desc text, primary key ('stu_id'), / / primary key index unique index' stu_code' ('stu_code'), / / unique index index' name_phone' ('name') 'phone'), / / General index Composite index fulltext index 'stu_desc' (' stu_desc'), / / full-text index) engine=myisam charset=utf8 Update: alert table student add primary key ('stu_id'), / / primary key index add unique index' stu_code' ('stu_code'), / / unique index add index' name_phone' ('name','phone'), / / general index, composite index add fulltext index' stu_desc' ('stu_desc') / / full-text index deletion: alert table sutdent drop primary key, drop index 'stu_code', drop index' name_phone', drop index 'stu_desc'
These are the details of the introduction of mysql index types, please pay more attention to other related articles!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.