*** Welcome to piglix ***

Selection (relational algebra)


In relational algebra, a selection (sometimes called a restriction in reference to E.F. Codd's 1970 paper and not, contrary to a popular belief, to avoid confusion with SQL's use of SELECT, since Codd's article predates the existence of SQL) is a unary operation that denotes a subset of a relation.

A selection is written as or where:

The selection denotes all tuples in for which holds between the and the attribute.


...
Wikipedia

...