InterviewSolution
Saved Bookmarks
| 1. |
A query in the tuple relational calculus is expressed as:(a) {t | P() | t}(b) {P(t) | t }(c) {t | P(t)}(d) All of the mentionedThe question was posed to me in final exam.The question is from Tuple Relational Calculus and Domain Relational Calculus topic in section Relational Algebra of Database Management |
|
Answer» Correct choice is (c) {t | P(t)} |
|