暂无图片
返回数说广场
J
js1091
2024-08-04
当发出 alter table tab add primary key(object_id) using index ind_tab_object_id; 命令,在tab_p表的object_id列上创建主键约束,并指定使用此前已事先创建好的,名为ind_tab_object_id的索引时,以下哪些创建ind_tab_object_id索引的方法,会导致该添加主键并使用指定索引的命令不能成功执行? create unique index ind_tab_object_id on tab (object_id,owner); create index ind_tab_object_id on tab (owner,object_id); create unique index ind_tab_object_id on tab (owner,object_id)
0
暂无图片 0
68
分享

评论

热门数说