Subject | To add Primary Key |
---|---|
Author | chee hee |
Post date | 2006-12-08T08:10:03Z |
Hi All,
What is the difference and which one is better?
Alter Table REF_STA add Primary Key (STA_CDE);
Alter Table REF_STA add Constraint pk_REF_STA Primary Key (STA_CDE);
Thanks.
regards,
CM
Send instant messages to your online friends http://uk.messenger.yahoo.com
[Non-text portions of this message have been removed]
What is the difference and which one is better?
Alter Table REF_STA add Primary Key (STA_CDE);
Alter Table REF_STA add Constraint pk_REF_STA Primary Key (STA_CDE);
Thanks.
regards,
CM
Send instant messages to your online friends http://uk.messenger.yahoo.com
[Non-text portions of this message have been removed]