BEGIN
   --The following statement will get executed more than once. Because of semicolon and slash:
   Update EXAMPLE TAB
   SET COLS1 = 'ABC';
   /
END;