T-SQL外鍵約束

首先建立測試表數據庫 use test; create table test01 ( id1 int not null, id2 int not null ); create table test02 ( id11 int not null, id22 int not null ); alter table test01 add constraint pk_id1 primary key(id
相關文章
相關標籤/搜索