|< < 12 > >|

Overview of Database System Implementation

Parse the query

This update statement
update employee set salary = salary * 1.1 where ssn in ('123456789', '987654321');

is a query followed by update.

|< < 12 > >|