Tuesday, 21 August 2012

Composite Keys

  • There are the same as primary keys in which they uniquely identify a specific object within the entity.
  • The only difference is that a primary key is just one attribute, while a composite key uses more than one attribute to do the same thing,
  • We underline more than one attribute to show composite keys.
  • unique
  • not null
  • more than one attribute

No comments:

Post a Comment