1.

State true or false: There exists a division operator in Relational Algebra(a) True(b) FalseThis question was posed to me in my homework.My question is from The Relational Algebra in portion Intermediate and Advanced Sql of RDBMS

Answer»

The correct choice is (a) True

To ELABORATE: The DIVISION is a binary OPERATION that is labeled as R ÷ S. The result CONSISTS of the restrictions of tuples in R to the attributes unique to R, i.e., in the relation R but not in the relation S.



Discussion

No Comment Found

Related InterviewSolutions