...
Question 1131 – Boolean-Algebra
December 7, 2023
Database-Management-System
December 7, 2023
Question 1131 – Boolean-Algebra
December 7, 2023
Database-Management-System
December 7, 2023

Database-Management-System

Question 32

The relational algebra expression equivalent to the following tuple calculus expression:

{t| t ∈ r ∧(t[A] = 10 ∧ t[B] = 20)} is

A
σ(A=10∨B=20) (r)
B
σ(A=10) (r) ∪ σ(B=20) (r)
C
σ(A=10) (r) ∩ σ(B=20) (r)
D
σ(A=10) (r) – σ(B=20) (r)
Question 32 Explanation: 
The given relational algebra expression represents tuples having A=10 and B=20 which is equivalent to
σ(A=10) (r) ∩ σ(B=20) (r)
Correct Answer: C
Question 32 Explanation: 
The given relational algebra expression represents tuples having A=10 and B=20 which is equivalent to
σ(A=10) (r) ∩ σ(B=20) (r)

Leave a Reply

Your email address will not be published. Required fields are marked *