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

Showing Answers 1 - 5 of 5 Answers

krishna

  • Jul 19th, 2005
 

'insert' will add a new record or a new row into the database table. 
'Update' will modify a record in the DB table. 
'Modify' it is a combination of both insert and update... 
 
regards 
kris

  Was this answer useful?  Yes

brahmaiah

  • Jun 16th, 2006
 

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.

  Was this answer useful?  Yes

ABAPER_KAUN

  • Aug 8th, 2007
 

Update is only for update record not for insert, Modify is used as insert also

  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