DBMS
Programming and Technical
Programming
Technical
What is Weak Entity set?
Read Solution (Total 3)
-
- a weak entity is an entity that cannot be uniquely identified by its attributes alone; therefore, it must use a foreign key in conjunction with its attributes to create a primary key. The foreign key is typically a primary key of an entity it is related to.
- 9 years agoHelpfull: Yes(0) No(0)
- Weak Entity Sets
An entity set that does not have a primary key is referred to as a weak entity set.
The existance of a weak entity set depends on the existence of a strong entity set; it must relate to the strong set via a on-to-many relationship set.
A distriminator of a weak entity set is the set of attributes that distinguishes among all the entities of a weak entity set.
The primary key of a weak entity set is formed by the primary key of the strong entity set on which the weak entity set is existence depend, plus the weak entity set’s discriminator. - 7 years agoHelpfull: Yes(0) No(0)
- A weak entity set is an entity set that does not have a primary key .
- 6 years agoHelpfull: Yes(0) No(0)
DBMS Other Question