引用:
原帖由 9命怪猫 于 2008-5-20 20:29 发表 
从技术的角度来看,Primary Key和Unique Key有很多相似之处。但还是有以下区别:
一、作为Primary Key的域/域组不能为null。而Unique Key可以。
This is correct
二、在一个表中只能有一个Primary Key,而多个Unique Key可以同 ...
Both Primary key and Unique key are need to be unique, but Unique key can take null value and each null values are different in the Oracle.