recategorized
4,698 views

3 Answers

3 votes
3 votes

We can convert weak entity set to strong entity set by adding primary keys of strong entity to the weak entity.This approach causes redundancy storing the primary keys more than once.

Existence of weak entity set depends on Existence of strong entity set,Hence if strong entity set is deleted,weak entity set is also get deleted.Thus if database contains a entity set that depends on another entity set, then it is necessary to mark such as weak entity set.

Hence,Option(D)adding suitable attribute.

Reference:-https://books.google.co.in/books?id=Laakn2aBBLoC&pg=SL16-PA24&lpg=SL16-PA24&dq=how+to+convert+weak+entity+to+strong+entity+set+to+strong+entity+set&source=bl&ots=N5BU6byhmd&sig=ei3TU83MJe1Gt9NZIGqdSZqtFg0&hl=en&sa=X&ved=0ahUKEwiip4LQmYPOAhUdSY8KHbraAEMQ6AEIPTAG#v=onepage&q=how%20to%20convert%20weak%20entity%20to%20strong%20entity%20set%20to%20strong%20entity%20set&f=false

0 votes
0 votes

The answer is D.

Though weak entity set can be converted into the strong entity set by simply adding appropriate attributes, this approach results in the redundant storage of primary key.

0 votes
0 votes

(D)Adding suitable attributes ..

 

A member of a weak entity is called a subordinate entity…

For converting a weak entity set into strong entity set in entity-relationship diagram by simply adding appropriate attributes...

Answer:

Related questions

4 votes
4 votes
1 answer
1
makhdoom ghaya asked Jul 20, 2016
4,412 views
Identify the minimal key for relational scheme $R(A, B, C, D, E)$ with functional dependencies $F = \left\{A \rightarrow B, B \rightarrow C, AC \rightarrow D\right\}$ $A$...