retagged by
536 views

2 Answers

2 votes
2 votes
First step in join is cross product. As here there is no key constrain we can have all values same for the field we are performing join on. Hence maximum will be mn tuples.

So A is correct.
0 votes
0 votes

Answer:  because there is no constraint  mentioned on the question that is on what attributes it has to apply thus indirectly is saying about the cross product, and we also know that 

                     Join:- Cross Product + Selection

Answer:

Related questions

1 votes
1 votes
1 answer
1
admin asked Mar 30, 2020
526 views
In tuple relational calculus $P1\to P2$ is equivalent to$\lnot P1 \lor P2$$P1 \lor P2$$P1 \land P2$$P1 \land \lnot P2$
0 votes
0 votes
2 answers
2
admin asked Mar 30, 2020
909 views
A table joined with itself is calledJoinSelf JoinOuter JoinEqui Join
2 votes
2 votes
2 answers
3
admin asked Mar 30, 2020
942 views
If $R$ is a relation in Relational Data Model and $A_1,A_2,\dots A_n$ are the attributes of relation $R$, what is the cardinality of $R$ expressed in terms of domain of a...
1 votes
1 votes
1 answer
4
admin asked Mar 30, 2020
818 views
'AS' clause is used in SQL forSelection operationRename operationJoin OperationProjection Operation