in Databases edited by
3,648 views
4 votes
4 votes

Which of the following has same expressive power with regard to relational query language?

  1. Rational algebra and domain relational calculus
  2. Relational algebra and tuples relational calculus
  3. Relational algebra and domain relational calculus restricted to safe expression
  4. Relational algebra and tuples relational calculus restricted to safe expression
  1. i and ii only
  2. iii and iv only
  3. i and iii only
  4. ii and iv only
in Databases edited by
by
3.6k views

1 comment

2

Relational Algebra equivalent in expressing power to A. TRC B. DRC restricted to safe Operation.
0
0

5 Answers

0 votes
0 votes
B) c and d only

A SAFE EXPRESSION is one that is guaranteed to yield a finite number of tuples as its results. Otherwise, it is called UNSAFE.
ex.. {t| ~(t belongs R)} this is unsafe query..
Answer:

Related questions