What is the difference between Modify, Insert, Update commands

Showing Answers 1 - 6 of 6 Answers

Modiy is used to edit and change the existing record. In case of database table, if the record exist then it will try to modiy otherwise it will inser new record.

Insert is used to insert a record in the tabel in a speicified place.

Update is used to change the existing record.

  Was this answer useful?  Yes

JYOTIKA

  • Mar 8th, 2019
 

INSERT - Add a new record in 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.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions