350 views
0 votes
0 votes
Suppose there are three relations as given below:

(x) R(a,b)= (0,1),(4,5),(8,9).

(y) S(b,c )=(1,2),(5,2),(5,6),(5,10),(13,10).

(z) T( c,d)=(2,3),(6,7)(10,11),(10,3)

the number of tuples in (R * S) * T, where * is the full natural outer join, is:

 

(a) 5

(b) 8

(c) 13

(d) 60

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
mohit jain asked Jun 25, 2022
1,956 views
if E1 and E2 are relational algebra expressions then which of the following is NOT a relational algebra expression(a) E1 U E2(b) E1 X E2(c) E1 - E2(d) E1 / E2
0 votes
0 votes
2 answers
2
mohit jain asked Jun 25, 2022
472 views
in relational databases, the natural join of two tables is(a) cartesian product always(b) combination of union and filtered cartesian product(c) combination of selection ...
0 votes
0 votes
1 answer
3
mohit jain asked Jun 25, 2022
529 views
______ operation preserves those tuples that would be lost in____(a) Natural join, Outer join(b) Outer join, Natural join(c) Left Outer Join, Right Outer Join(d) Left Out...
1 votes
1 votes
0 answers
4