兩者所對應的欄位, 都必須是唯一值,
而這兩者之間的差異,
目前已知有二點 :
差異項目
1)
Primary Key = Unique Index + Not null,
若只是 Unique Index 欄位, 則可以為 null.
2)
Table 之中, 最多只有一個 Primary Key, 但能擁有多個 Unique Index.
1)
Primary Key = Unique Index + Not null,
若只是 Unique Index 欄位, 則可以為 null.
2)
Table 之中, 最多只有一個 Primary Key, 但能擁有多個 Unique Index.