Database-Management-System
August 29, 2024Database-Management-System
August 29, 2024Database-Management-System
Question 274 |
Consider the join of a relation R with relation ,S. If R has m tuples and S has n tuples, then the maximum size of join is:
mn | |
m+1 | |
(m + n)/2
| |
2(m + n) |
Question 274 Explanation:
For join the maximum size of join possible is m*n.
Correct Answer: A
Question 274 Explanation:
For join the maximum size of join possible is m*n.