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<
You cannot UPDATE a row that's not in a table.
You cannot INSERT a row that's already in a table.