Relational Algebra: σ (Books)
Relational Algebra: σ (Books)
Select
Project
Union
Set different
Cartesian product
Rename
We will discuss all these operations in the following sections.
Output − Selects tuples from books where subject is 'database' and 'price' is 450 or those
books published after 2010.
Output − Yields a relation, which shows all the books and articles written by tutorialspoint.
Full Outer Join( ) In a full outer join, all tuples from both
relations are included in the result
irrespective of the matching condition.