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

对first_name创建唯一索引uniq_idx_firstname

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

create index 索引名 on 表名(字段) 创建普通索引 create unique index 索引名 on 表名(字段) 创建唯一索引

creat unique index uniq_idx_firstname on actor(first_name) create index idx_lastname on actor(last_name)

alter table 表名 add index/unique index 索引名(列名) alter table actor add index idx_lastname(last_name) alter table actor add unique uniq_idx_firstname(first_name)

全部评论

相关推荐

09-27 00:29
东北大学 Java
伟大的麻辣烫:查看图片
阿里巴巴稳定性 75人发布 投递阿里巴巴等公司10个岗位
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务