Interview Questions

Difference between “Insert”, “Update” and “Modify”

SAP Reports,SAP DB,ALE, SAP Tables questions and answers


(Continued from previous question...)

Difference between “Insert”, “Update” and “Modify”

INSERT - Add a new record into the database table.
MODIFY - If record is available it modifies otherwise it wont modify.
UPDATE - If record is available its update the record otherwise it creates a new record.

(Continued on next question...)

Other Interview Questions