Hi All,
While creating a table if i specify both the Primary Index and Primary Key on the same column the table cretion fails.
CREATE TABLE temp4243426 ( name INT NOT NULL, name2 INT NOT NULL, PRIMARY KEY (name) )PRIMARY INDEX(name)
Whereas if we create the table without Primary Key and then alter and add Primary Key it works fine? Any specific reason for this? Wont it create a USI if we alter and add Primay Key later?
Tags:
Forums: