285 views

2 Answers

0 votes
0 votes

@mohit+jain

(b) projection …..

 

The select, project, and rename operations are called unary operations, because they operate on one relation….

The other three operations i.e. join, Cartesian product and intersection operate on pairs of relations and are, therefore, called binary operations….

 

Example of unary operator:

Π<company = “Google”>(Table_name) …

 

 

Related questions

0 votes
0 votes
1 answer
1
mohit jain asked Jun 25, 2022
263 views
the ____ defines a set of operations on relations, paralleling the usual algebraic operations such as addition, subtraction or multiplication, which operates on numbers.(...
0 votes
0 votes
1 answer
2
mohit jain asked Jun 25, 2022
193 views
relations and fields can be renamed in relational algebra using the renaming operator(a) ρ(b) σ(c) ∅(d) ⟕
0 votes
0 votes
1 answer
4
mohit jain asked Jun 25, 2022
387 views
Consider the relation schemas R(A, B, C, D) and S(D, E, F). What will be the degree of the resultant schema R * S, where star (*) symbol represents the natural join opera...