domain relational calculus "for all" expression -


i have database of university below:

student (sid, name, family, mean, age, city, street, cid) instructor (iid, name, family, salary, city, street, cid) college (cid, name, city) 

how can answer following query in domain relational calculus (drc) ?

"find instructors in all colleges located in london"

find instructors such there not exist college located in london such instructor not in college.

but question bit questionable given db structure seems allow instructor "be in" @ 1 single college, @ time.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -