Overview of Database System Implementation
Parse the query
- The query is a relational algebra expression.
- Query processing uses extended relational algebra.
- The update operator is part of the extension.
- Operates by "side-effect".
- Takes a table in.
- Yields only the update count.
- Side-effect is to update the rows.
|