A natural join combines two relations based on common attributes.
Given: \( R(A, B) \) and \( S(B, C) \), the common attribute is \( B \).
During a natural join:
- Matching tuples from both relations based on the value of common attribute \( B \) are joined.
- The result includes all attributes from both relations, but the common attribute \( B \) appears only once.
Therefore, the resulting schema will be: \( (A, B, C) \), where: - \( A \) is from relation \( R \),
- \( B \) is the common attribute, and
- \( C \) is from relation \( S \).
This confirms that option (3) is correct.
Consider the following statements followed by two conclusions.
Statements: 1. Some men are great. 2. Some men are wise.
Conclusions: 1. Men are either great or wise. 2. Some men are neither great nor wise. Choose the correct option: