246 views
3 votes
3 votes

Which of the following statements is/are correct? (Mark all the appropriate choices)

  1. For every relational algebra expression there is an equivalent expression in the relational calculus
  2. For every safe tuple relational calculus expression there is an equivalent relational algebra expression
  3. For every safe domain relational calculus expression there is an equivalent relational algebra expression
  4. For every safe tuple relational calculus expression there is an equivalent safe domain relational calculus expression

1 Answer

Best answer
2 votes
2 votes
All the given options are correct. Domain/tuple relational calculus and relational algebra have the same expressive power.
selected by
Answer:

Related questions

2 votes
2 votes
1 answer
1
gatecse asked Oct 8, 2020
275 views
Consider the following relation instance.$$\textbf{Student}$$$$\begin{array}{|c|c|c|c|c|}\hline \textbf{Roll}& \textbf{FirstName} & \textbf{LastName} & \textbf{Weight}\\\...