i am using 2 database one is for original and one is for backup. i want to only update those data in backup database whose value are update in main database, so how can i achieve this ?
for ex::: Main Database table : fruit Fruit name - qty Banana : 2 Apple : 15 cherry : 25
if quantity of Apple are updated to 13 than only the quantity of Apple will update on backup database instead of all fruit quantity update