Status of Update, Insert or Delete
SQL PROCESSED:
update employee set job = 'CEO' where lastname = 'SMITH' and salary = 70000.00
The Insert, Update or Delete operation FAILED.