81
3. Selection
Returns all tuples which satisfy a
condition
Notation:
s
c
(R)
Examples
s
Salary > 40000
(Employee)
s
name = Smithh
(Employee)
The condition c can be =, <,
£
, >,
³
, <>