/*
 * and update an employee in the version and in the base table
 */

replace emp1 (salary = 5000) where emp1.name = "bill"
\p
