It seems INSERT and UPDATE do the same things to me.
INSERT
UPDATE
Is there any occasions where I should use INSERT instead of UPDATE<
UPDATE<
Insert can be useful to insert new record in BLANK row. While Update can be used to update row which is NOT BLANK.