InterviewSolution
Saved Bookmarks
| 1. |
Which of the following techniques does not exist?(a) Pipelined join technique(b) Left pipelined join technique(c) Right pipelined join technique(d) None of the mentioned |
|
Answer» Right choice is (d) None of the mentioned Explanation: Pipelined join technique, both left and right are evaluation techniques that can be used to organize data. |
|