SIGN UP MEMBER LOGIN:    
Blog

Guidlines for primary keys and foreign keys

Posted by Manish Tewatia Blogs | Oracle Apr 13, 2011
This is about the guidlines for primary keys and foreign keys in oracle.

The guidelines you have to follow when you work with primary keys and foreign keys in oracle are:-
  • You cannot use duplicate values in a primary key.
  • Primary keys generally cannot be changed.
  • Foreign keys are based on data values and are purely logical, not physical, pointers.
  • A foreign key value must match an existing primary key value or unique key value, or else be null.
  • A foreign key must reference either a primary key or unique key column.
share this blog :
post comment