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.
How many triangles are there in the figure given below? 