1 / 6

Weak Entity Types

Weak Entity Types. CSCI 6442. Most entity types are strong entity types, that exist independently from other entity types A strong entity type always has a unique identifier that distinguishes each occurrence of that entity type A weak entity type needs another entity type for its identifier

river
Download Presentation

Weak Entity Types

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Weak Entity Types CSCI 6442

  2. Most entity types are strong entity types, that exist independently from other entity types • A strong entity type always has a unique identifier that distinguishes each occurrence of that entity type • A weak entity type needs another entity type for its identifier • The entity type on which the weak entity type depends is called the identifying owner

  3. Example Dependent Employeeee belongs

  4. The identifying relationship is the relationship between a weak entity type and its owner • The weak entity identifier is its partial identifier combined with that of its owner.

  5. Types of Weak Entities • Existence-dependent entities—existence depends on existence of another (strong) entity • Associative entities—a many-many relationship • Subtype entities—entity type that inherits its identity from a supertype

  6. Example Course Student registers Party Employee Company

More Related