2,301 views
4 votes
4 votes
Which of the following statements are TRUE/FALSE?
S1: SQL permits attributes names to be repeated in the same relation
S2: The power of DRC and TRC is same as that of relational algebra
S3: The project operation (pi) cometimes only distributes over join (x) but not always

(A) <F,F,T>
(B) <F,T,T>
(C) <F,F,F>
(D) <T,F,T>

Sol.
I dont understand what it is meant by S3. I feel first two are false.

1 Answer

3 votes
3 votes

ans should be B (F,T,T)

first is surely false

second is true 

Just like TRC, DRC can also be written using existential and universal quantifiers. DRC also involves relational operators.

The expression power of Tuple Relation Calculus and Domain Relation Calculus is equivalent to Relational Algebra.

refer http://www.tutorialspoint.com/dbms/relational_algebra.htm

Project sometimes distributes over join (or product)

Related questions

1 votes
1 votes
1 answer
3
khushtak asked Jan 20, 2016
849 views
Can anyone suggest me how to learn about sql and relational algebra and calculus for gate?as i feel this is an important topic and one 2 marks ques will be asked. I can u...