Recent questions tagged relational-algebra

0 votes
0 answers
151
Online Site For practicing Relational Algebrahttps://dbis-uibk.github.io/relax/calc.htm
1 votes
0 answers
152
0 votes
0 answers
153
0 votes
1 answer
155
0 votes
1 answer
156
In relational algebra query , it always remove duplicates,So, do we need to use cross product always, in place of join or union operation ? If not , then where exactly we...
0 votes
0 answers
157
Can someone derive it with tablehttps://gateoverflow.in/242014/dbms-raghu-ramakrishnan?show=243128I am still unable to get proper answer by hand
0 votes
1 answer
158
0 votes
1 answer
160
0 votes
1 answer
161
I think it should be option a)All query $1,3,4$ are equivalent but $2$ is not equivalent.Query $2$ should be $\prod \text{Room no,hotel no,type,price}(\sigma \text{type='...
1 votes
2 answers
162
What is the difference between procedural query language and non-procedural query language? Why Relation algebra is called procedural and TRC is called non-procedural?
0 votes
0 answers
167
If R1 with N1 tuples and R2 with N2 tuples are two relations which are not union compatible the number of tuples in R1 union R2 is?
0 votes
1 answer
169
Which of the following Queries is more Efficient on the given data?1. In terms of Space.2. In terms of Calculation. also, How many calculations are necessary for Each?
0 votes
4 answers
171
Which of the following operation of relational algebra, selects certain columns from the table and discards the other columns?SELECTPROJECTDIVISIONNone of the above
1 votes
1 answer
174
1 votes
1 answer
175
My answer is not matching with any of the option.so what is the correct answer
1 votes
1 answer
177
2 votes
0 answers
179
what does this uniform distribution means?
6 votes
2 answers
180
Why is the minimum number of tuples in full outer join equal to max (m,n) ?