57 57 votes Which of the following tuple relational calculus expression(s) is/are equivalent to $\forall t \in r \left(P\left(t\right)\right)$? $\neg \exists t \in r \left(P\left(t\right)\right)$ $\exists t \notin r \left(P\left(t\right)\right)$ $\neg \exists t \in r \left(\neg P\left(t\right)\right)$ $\exists t \notin r \left(\neg P\left(t\right)\right)$ I only II only III only III and IV only Databases gatecse-2008 databases relational-calculus normal + – Kathleen 23.9k views answer comment Share Follow Print See all 11 Comments 11 11 Comments reply Show 8 previous comments Nitesh Singh 2 commented Jan 29, 2019 reply Follow flag question says for all tuple t in r, t satisfies the condition. It is equivalent to saying that there not exist any tuple t in r which do not satisfies the condition. 1 1 replyShare Pratik2404 commented Jan 2, 2023 reply Follow flag Crucial point : A ∉ B = A ∈ B’ 2 2 replyShare Deepak Poonia commented Nov 13, 2023 reply Follow flag Detailed Video Solution: https://youtu.be/7DodebRTM10 7 7 replyShare Please log in or register to add a comment.
–1 –1 vote ∃t∈r(⌝ P(t))--means that there are some tuples in relation r which do not satisfy the constraint P(t) and if we put not before this statement we get there are no tuples in relation r which do not satisfy the constraint P(t) which is equivalent to saying all tuples in relation r satify predicate condition P(t) Aditi Tiwari answered Dec 21, 2015 Aditi Tiwari comment Share Follow See 1 comment 1 1 comment reply Sushant Gokhale commented Aug 10, 2016 reply Follow flag I think even (1) is same as yours. 0 0 replyShare Please log in or register to add a comment.