SELECT
The select statement "selects" certain EObjects from the
"from" clause that match the "where" clause.
class
UPDATE
The update statement extends the behaviour of the
SELECT
statement to include the
SET clause
that allows some operation to be performed on each of the result EObjects.