Another algebraic way to express a constraint is E1 E2 whe
@@@
Another algebraic way to express a constraint is E_1 = E_2 where both E_1 and E_2 are relational-algebra expressions. Can this form of constraint express more than two forms ? Suppose R is a relation with attributes A_1, A_2, .... A_nSolution
2)Ans:
The other algebraic way to express a constraint is E1 = E2. Here E1and E2are the relational-algebra expressions. Now we are expressing them in the two constraints:
E1 – E2= ø
E1 E2 AND E2 E1

