InterviewSolution
Saved Bookmarks
| 1. |
The most commonly used operation in relational algebra for projecting a set of tuple from a relation is(a) Join(b) Projection(c) Select(d) UnionThe question was asked in an interview for internship.My query is from Relational Query Operations and Relational Operators topic in section The Relational Model of Database Management |
|
Answer» Correct answer is (c) SELECT |
|