You can prepare effectively for Computer Science Engineering (CSE) Database Management System (DBMS) with this dedicated MCQ Practice Test (available with solutions) on the important topic of "Test: Relational Algebra - 2". These 10 questions have been designed by the experts with the latest curriculum of Computer Science Engineering (CSE) 2026, to help you master the concept.
Test Highlights:
Sign up on EduRev for free to attempt this test and track your preparation progress.
Assume the given tables Dance and Music.
Dance

Music

Which operation should be applied to the table to get the following output?

Detailed Solution: Question 1
Consider the table given below.



Identify the operation applied to the given tables to get the given output
Detailed Solution: Question 2
Detailed Solution: Question 3
If P and Q are predicates and P is the relational algebra expression, then which of the following equivalence are valid ?
Detailed Solution: Question 4
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 operation?
Detailed Solution: Question 5
In a relational database model, cardinality of a relation means
Detailed Solution: Question 6
Detailed Solution: Question 7
Which of the following forms the complete set of Relational Algebra operations?
Detailed Solution: Question 8
Consider two relations R1(A, B) with the tuples (1, 5), (3, 7) and R2(A, C) = (1, 7), (4, 9). Assume that R(A, B, C) is the full natural outer join of R1 and R2. Consider the following tuples of the form (A, B, C): a = (1, 5, null), b = (1, null, 7), c = (3, null, 9), d = (4, 7, null), e = (1, 5, 7), f = (3, 7, null), g = (4, null, 9). Which one of the following statements is correct?
Detailed Solution: Question 9
Let R and S be two database relations. If cardinalities of R and S are 4 and 10, respectively, then what will be the number of tuples in R × S, where '×' represents cross product operation?
Detailed Solution: Question 10
62 videos|101 docs|35 tests |