InterviewSolution
Saved Bookmarks
| 1. |
The result which operation contains all pairs of tuples from the two relations, regardless of whether their attribute values match.(a) Join(b) Cartesian product(c) Intersection(d) Set differenceThis question was posed to me in final exam.I'd like to ask this question from Relational Query Operations and Relational Operators in chapter The Relational Model of Database Management |
|
Answer» The CORRECT option is (b) CARTESIAN PRODUCT |
|