...
Question 10710 – GATE 2007-IT
May 3, 2024
Question 7942 – Relational-Algebra
May 3, 2024
Question 10710 – GATE 2007-IT
May 3, 2024
Question 7942 – Relational-Algebra
May 3, 2024

Question 9502 – Relational-Algebra

Consider the following relation schema pertaining to a students database:

   Student (rollno, name, address)
   Enroll (rollno, courseno, coursename) 

Where the primary keys are shown underlined. The number of tuples in the Student and Enroll tables are 120 and 8 respectively. What are the maximum and minimum number of tuples that can be present in (Student * Enroll), where ‘*’ denotes natural join ?

Correct Answer: A

Question 17 Explanation: 
Natural join is a JOIN operation that creates an implicit join cause for you based on common columns in the two tables being joined.
→ In the question only enroll Id’s are same with the student table.
→ The no. of minimum and maximum tuples is same i.e., 8, 8.
A
8, 8
B
120, 8
C
960, 8
D
960, 120
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!