Table Value
While Inserting data into table How to add the same value from one table. And Delete the value from another table?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
sujay anandPosted Dec 16, 2014, 3:41 AM
Joginder BangerPosted Dec 16, 2014, 3:25 AM
you need a trigger, if you want delete and update query then must be used the trigger.
check it these articles:-
http://www.tutorialspoint.com/plsql/plsql_triggers.htm
http://www.codeproject.com/Articles/25600/Triggers-SQL-Server
https://www.sqlite.org/lang_createtrigger.html