edited by
5,762 views
7 votes
7 votes

In $\text{E-R}$ model, $\text{Y}$ is the dominant entity and $\text{X}$ is subordinate entity

  1.  If $\text{X}$ is deleted, then $\text{Y}$ is also deleted
  2.  If $\text{Y}$ is deleted, then $\text{X}$ is also deleted
  3.  If $\text{Y}$ is deleted, then $\text{X}$ is not deleted
  4.  None of the above
edited by

2 Answers

10 votes
10 votes
Y is dominant entity : Strong entity

X is Subordinate entity : Weak entity

Strong entity connects weak entity by using identifying relationship so we generally prefer cascading effect.

If anything happens in dominant entity that is also reflected in Subordiante entity but vice versa is not true.

Employee < ===> Dependent ( Relationship <<is dependent>>)

If employee deleted its depedent tuple must be deleted.

Answer B
Answer:

Related questions

3 votes
3 votes
3 answers
1
Arjun asked Apr 22, 2018
3,652 views
Considering the following table in a relational database : $$\begin{array}{|c|c|c|c|} \hline \textbf{Last Name} & \textbf{Rank} & \textbf{Room} & \textbf{shift} \\ \hline...