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<
An UPDATE statement can use a WHERE clause but INSERT cannot.
WHERE