70 70 votes Let r and s be two relations over the relation schemes R and S respectively, and let A be an attribute in R. The relational algebra expression $\sigma_{A=a}(r \bowtie s)$ is always equal to $\sigma_{A=a}(r)$ $r$ $\sigma_{A=a}(r) \bowtie s$ None of the above Databases gatecse-2001 databases relational-algebra + – Kathleen 13.2k views answer comment Share Follow Print See all 6 Comments 6 6 Comments reply Show 3 previous comments UltraRadiantX commented Dec 30, 2020 reply Follow flag what is ‘a’ in above question? 0 0 replyShare anon1 commented Nov 20, 2021 reply Follow flag @UltraRadiantX ‘a’ is some value in the ‘A’ attribute. 0 0 replyShare DP_is_tough commented Aug 30 reply Follow flag thanks to the early use of selection 1 1 replyShare Please log in or register to add a comment.
Best answer 60 60 votes Answer is C. C is just the better form of query, more execution friendly because requires less memory while joining. query, given in question takes more time and memory while joining. jayendra answered Dec 31, 2014 • edited Jun 22, 2018 by Milicevic3306 jayendra comment Share Follow See all 12 Comments 12 12 Comments reply Show 9 previous comments shikhar500 commented Dec 6, 2022 reply Follow flag @Abhrajyoti00 is this complete pdf is for gate relevance ? 0 0 replyShare Abhrajyoti00 commented Dec 6, 2022 reply Follow flag @shikhar500 No, just read about the equivalence rules 2 2 replyShare Sumeit Havinnal commented Apr 19, 2025 reply Follow flag Thanks to the early enrollment in GO classes !! 3 3 replyShare Please log in or register to add a comment.
34 34 votes option c abhishekmehta4u answered Mar 28, 2018 abhishekmehta4u comment Share Follow See all 6 Comments 6 6 Comments reply Show 3 previous comments anon1 commented Nov 20, 2021 reply Follow flag @srestha mam R and S are → Relation schema defines the design and structure of the relationship like it consist of the relation name, set of attributes/field names/column names. every attribute would have an associated domain. (In simple you can think of this as a relations name). r and s are relation instances. The set of tuples of a relation at a particular instance of time is called a relation instance. 0 0 replyShare anon1 commented Nov 20, 2021 reply Follow flag Abhay Agrawal yes, the last table last row will be → a 20 y. 0 0 replyShare Tushar Rana commented Dec 19, 2025 reply Follow flag your sigma looks like 6 0 0 replyShare Please log in or register to add a comment.
9 9 votes Answer is (C). It is an efficient way to write the query to select first the tuples then cross with other relation. satya pathak answered May 4, 2017 satya pathak comment Share Follow 0 reply Please log in or register to add a comment.