- The SQL query processor will
send
different types of
read requests to
the scheduler:
- SELECT command: sends an
ordinary read request
- UPDATE command:
sends a
special read request
(with possible future write on
the DB element)
|
- (User) program that
access the database:
- The compiler must
detect whether the
DB element read will
be updated
later in the
program
|
|