top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How does Tuple-oriented relational calculus differ from domain-oriented relational calculus ?

+4 votes
2,099 views
How does Tuple-oriented relational calculus differ from domain-oriented relational calculus ?
posted Feb 1, 2014 by Gaurav Sharma

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes
  1. The tuple-oriented calculus uses a tuple variables i.e., variable whose only permitted values are tuples of that relation. E.g. QUEL
  2. The domain-oriented calculus has domain variables i.e., variables that range over the underlying domains instead of over relation. E.g. ILL, DEDUCE.
answer Feb 2, 2014 by Vikas Upadhyay
Similar Questions
+1 vote

Assume there is one database in a system having multiple processes that are accessing this database.
If one process updates database table other processes should be notified. If someone has MySql C APIs document please send me.
Thanks in advance.

...