UPDATE is used to update the database table,
But MODIFY acts as UPDATE statement which will update the database table and internal table as well when record already exits, and it acts as INSERT statement when there is no record in the table.
UPDATE is used to update the database table,
But MODIFY acts as UPDATE statement which will update the database table and internal table as well when record already exits, and it acts as INSERT statement when there is no record in the table.