Assume that relations University , Student , and Apply have 5, 20, and 50 tuples respectively. Assume that uName is a key for University . Do not assume sName is a key for Student . Assume that university names in Apply also appear in University .
What is the minimum and maximum number of tuples in the result of this expression:
我觉得最小应该是25 最大是75
在关系代数中自动消除重复。如果所有学生的名字也是大学的名字,那么总共只有5个名字。如果每个学生都有一个独特的名字,但没有一个是大学的名字,那么总共有5+20+25个名字(最大)。但是由于申请中的所有大学名称也在学院中,该表述的第三学期不能添加任何新名称,所以最大是25