Question : attributes of PK regardless of DB

In all RDBMS, what are the definite qualities of PK that is mandatory?

Answer : attributes of PK regardless of DB

Only that the data contained in the Primary Key field ALWAYS be unique (ie. no duplicate entries...ever), and that there are never any Null entries in that field either.  That allows 100 percent surety that every record be identified uniquely by the primary key.  A good example is license plate numbers for cars.  You'll never find two plates that are the same, and every car should always have one.
Random Solutions  
 
programming4us programming4us