Updating rows with an IDENTITY Column

An IDENTITY column that is defined as GENERATED ALWAYS cannot be updated. Only IDENTITY column that is defined as GENERATED BY DEFAULT can be updated.