InterviewSolution
Saved Bookmarks
| 1. |
Consider the relations R(A, B) and S(B, C) and the following four relational algebra queries over R and S:I. ΠA, B (R ⨝ S)II. R ⨝ ΠB(S)III. R ∩ (ΠA(R) × ΠB(S))IV. ΠA, R.B (R × S) where R⋅B refers to the column B in table R.One can determine that:(A) I, III and IV are the same query.(B) II, III and IV are the same query.(C) I, II and IV are the same query.(D) I, II and III are the same query. |
| Answer» | |