oracle修改主鍵約束 ORACLE更改主鍵怎么改?
ORACLE更改主鍵怎么改?oracle怎么給表設(shè)置聯(lián)合主鍵?set create table table(Id1,number(10),Id2 number(4),CREDIT number(2),
ORACLE更改主鍵怎么改?
oracle怎么給表設(shè)置聯(lián)合主鍵?
set create table table(Id1,number(10),Id2 number(4),CREDIT number(2),constraint PKTab primary key(Id1,Id2)--主鍵)或在創(chuàng)建表 ab2主鍵(id1,Id2)后添加alter table tab add constraint PK