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

对first_name创建唯一索引uniq_idx_firstname

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

/*
ALTER table actor ADD unique uniq_idx_firstname(first_name);
注意:SQLite已经不支持ALTER TABLE创建索引功能!
*/
create UNIQUE index uniq_idx_firstname on actor(first_name);
create index idx_lastname on actor(last_name);

全部评论

相关推荐

allin秋招的大菠萝很爱交友:后续,已拿offer ~查看图片
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务