353 views
2 votes
2 votes
Consider the following relational schemas:
Employee(eno,ename,loc)
Dept(eno,dno,dname)
Where the primary keys are shown underlined. The number of tuples in the Employee and Dept tables are 100 and 10 respectively. What are the maximum and minimum number of tuplesthat can be present in(Employee⊕Dept), where ⊕ denotes natural join?

Please log in or register to answer this question.

No related questions found