in Databases
152 views
0 votes
0 votes
How a query in tuple relational calculus written using quantifiers can be written in relational algebra?

I came across an example where I have to print employee ID only if he is working on all projects controlled by dept 5. "For all" can easily be done using quantifiers but how to keep track of an emp ID when we are checking for all prj of dep 5 for particular emp ID?
in Databases
by
152 views

1 comment

Actually, For all quantifier can be implement with Division Operator in relational algebra !
1
1

Please log in or register to answer this question.