]> git.donarmstrong.com Git - dbsnp.git/blob - schema/human_9606_schema/dbSNP_sup_constraint.sql
update to build 135 schema
[dbsnp.git] / schema / human_9606_schema / dbSNP_sup_constraint.sql
1 ALTER TABLE [SubSNPAcc_p1_human] ADD CONSTRAINT [pk_SubSNPAcc_p1_human]  PRIMARY KEY  CLUSTERED ([subsnp_id] ASC,[acc_type_ind] ASC,[acc_part] ASC)\r
2 GO
3
4 ALTER TABLE [SubSNPAcc_p2_human] ADD CONSTRAINT [pk_SubSNPAcc_p2_human]  PRIMARY KEY  CLUSTERED ([subsnp_id] ASC,[acc_type_ind] ASC,[acc_part] ASC)\r
5 GO
6
7 ALTER TABLE [SubSNPAcc_p3_human] ADD CONSTRAINT [pk_SubSNPAcc_p3]  PRIMARY KEY  CLUSTERED ([subsnp_id] ASC,[acc_type_ind] ASC,[acc_part] ASC)\r
8 GO
9
10 ALTER TABLE [SubSNPCommLine_p1_human] ADD CONSTRAINT [pk_SubSNPCommLine_p1_human]  PRIMARY KEY  CLUSTERED ([subsnp_id] ASC,[line_num] ASC)\r
11 GO
12
13 ALTER TABLE [SubSNPCommLine_p2_human] ADD CONSTRAINT [pk_SubSNPCommLine_p2_human]  PRIMARY KEY  CLUSTERED ([subsnp_id] ASC,[line_num] ASC)\r
14 GO
15
16 ALTER TABLE [SubSNPCommLine_p3_human] ADD CONSTRAINT [pk_SubSNPCommLine_p3]  PRIMARY KEY  CLUSTERED ([subsnp_id] ASC,[line_num] ASC)\r
17 GO
18
19 ALTER TABLE [SubSNPSeq3_p1_human] ADD CONSTRAINT [pk_SubSNPSeq3_p1_human]  PRIMARY KEY  CLUSTERED ([subsnp_id] ASC,[type] ASC,[line_num] ASC)\r
20 GO
21
22 ALTER TABLE [SubSNPSeq3_p2_human] ADD CONSTRAINT [pk_SubSNPSeq3_p2_human]  PRIMARY KEY  CLUSTERED ([subsnp_id] ASC,[type] ASC,[line_num] ASC)\r
23 GO
24
25 ALTER TABLE [SubSNPSeq3_p3_human] ADD CONSTRAINT [pk_SubSNPSeq3_p3]  PRIMARY KEY  CLUSTERED ([subsnp_id] ASC,[type] ASC,[line_num] ASC)\r
26 GO
27
28 ALTER TABLE [SubSNPSeq5_p1_human] ADD CONSTRAINT [pk_SubSNPSeq5_p1_human]  PRIMARY KEY  CLUSTERED ([subsnp_id] ASC,[type] ASC,[line_num] ASC)\r
29 GO
30
31 ALTER TABLE [SubSNPSeq5_p2_human] ADD CONSTRAINT [pk_SubSNPSeq5_p2_human]  PRIMARY KEY  CLUSTERED ([subsnp_id] ASC,[type] ASC,[line_num] ASC)\r
32 GO
33
34 ALTER TABLE [SubSNPSeq5_p3_human] ADD CONSTRAINT [pk_SubSNPSeq5_p3]  PRIMARY KEY  CLUSTERED ([subsnp_id] ASC,[type] ASC,[line_num] ASC)\r
35 GO
36
37