Recent questions tagged relational-algebra

1 votes
1 answer
63
In relational algebra, for any pair of relations $R_{1}$ and $R_{2}$, the standard division operation is denoted by $\div$ and defined as follows: $$ R_{1} \div R_{2}=\pi...
0 votes
0 answers
64
0 votes
1 answer
65
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
2 answers
66
0 votes
1 answer
67
______ 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...
0 votes
2 answers
68
a tuple in relation DBMS is a equivalent to(a) Record(b) Field(c) File(d) Database
0 votes
1 answer
69
the materialization approach of query evaluation includes (from root to leaf) :(a) π, ∞, σ(b) π, σ, ∞(c) σ, π, ∞(d) σ, ∞, π
0 votes
2 answers
70
___________ operator is used to retain the unmatched rows of relations when they joined.(a) Outer Join(b) Inner Join(c) Natural Join(d) Self Join
0 votes
2 answers
71
which of the following is a unary operation?(a) intersection(b) projection(c) join(d) cartesian Product
0 votes
1 answer
72
the ____ defines a set of operations on relations, paralleling the usual algebraic operations such as addition, subtraction or multiplication, which operates on numbers.(...
0 votes
1 answer
73
relations and fields can be renamed in relational algebra using the renaming operator(a) ρ(b) σ(c) ∅(d) ⟕
0 votes
1 answer
75
Consider the relation schemas R(A, B, C, D) and S(D, E, F). What will be the degree of the resultant schema R * S, where star (*) symbol represents the natural join opera...
1 votes
2 answers
83