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 is for adding data to the table, update is for updating data that is already in the table.