BEGIN
   --The following statement will not get executed at all. Because of the line comment:
   Update EXAMPLE TAB
   SET COLS1 = 'ABC'; --this is a bad placed comment
END;