...
Question 17199 – NTA UGC NET DEC-2022 Paper-2
March 30, 2024
GATE 2012
March 30, 2024
Question 17199 – NTA UGC NET DEC-2022 Paper-2
March 30, 2024
GATE 2012
March 30, 2024

Database-Management-System

Question 19

Consider the following relations A, B, C.

How many tuples does the result of the following relational algebra expression contain? Assume that the schema of AUB is the same as that of A.

(AUB)⋈A.Id>40∨C.Id<15 C
A
7
B
4
C
5
D
9
Question 19 Explanation: 


Performs the cross product and selects the tuples whose A∙Id is either greater than 40 or C∙Id is less than 15. It yields:
Correct Answer: A
Question 19 Explanation: 


Performs the cross product and selects the tuples whose A∙Id is either greater than 40 or C∙Id is less than 15. It yields:

Leave a Reply

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