题解 | #对first_name创建唯一索引uniq_idx_firstname#

对first_name创建唯一索引uniq_idx_firstname

http://www.nowcoder.com/practice/e1824daa0c49404aa602cf0cb34bdd75

mysql alter语句创建索引
1、alter table actor add unique uniq_idx_firstname(first_name);//唯一索引
2、alter table actor add index idx_lastname(last_name);//普通索引
3、create index index_name on tablename(col_name);//创建索引
4、alter table tablename add fulltext index_name(col_name);//创建全文索引

全部评论

相关推荐

10-25 12:05
已编辑
湖南科技大学 Java
若梦难了:我有你这简历,已经大厂乱杀了
点赞 评论 收藏
分享
11-18 16:08
福州大学 Java
影流之主:干10年不被裁,我就能拿别人一年的钱了,日子有盼头了
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务