Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

what is diif between modify and update

Former Member
0 Kudos

i want to know update and modify?

2 REPLIES 2

Former Member
0 Kudos

Hi,

Modify and Update are data Manipulation Commands.

Update: Updates the contents of a record in the database table based upon the

Key given in the condition

Modify: Does the same as Update do but the difference is if it doesn't finds a

record with the specified key, it INSERTS that record.

Regards,

Vinod.

former_member182346
Active Contributor
0 Kudos