1.

There are two table T1 and T2 in a database. Cardinality and degree of T1 are 3 and 8 respectively. Cardinality and degree of T2 are 4 and 5 respectively. What will be the degree and Cardinality of their Cartesian product?

Answer»

Degree = T1. degree + T2. degree  =  3 + 4 = 7

Cardinality =  T1. Cardinality * T2. Cardinality = 8* 5 = 40.



Discussion

No Comment Found

Related InterviewSolutions