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

To EXPLAIN: Select is USED to view the TUPLES of the relation with or without some constraints.



Discussion

No Comment Found

Related InterviewSolutions