maximum and minimum number of tuples in natural join
问题 I came across a question that states 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 ? I have seen several solutions on Internet like this or this