2 |
Relation operators
-
scan (select-project) (one or more tables , a condition to satisfy, and an attribute list)
-
sort (reorder)
-
aggregate operators (SUM,AVG,MAX,MIN,...)
-
insert/delete/update modification of tables
-
set operators (union, intersection, difference)
-
join, merge and division
-
operators can be embedded recursively with the characteristics:
-
uniformity of the data and operators as input and output is same data object (feature of 4GL)
-
source of data-flow execution model
|