Dear Experts,
how to write a cursor in trigger for update 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.
Sagar LadPosted Aug 26, 2021, 7:28 PM
Hi yesubabu,
A cursor can be created within a trigger by writing the declare statement inside the trigger. A trigger cannot be created within a cursor. 3. It gets created in response to execution of SQL statement thus it is not previously stored.
Dipa MehtaPosted Nov 17, 2019, 12:00 PM
Priyanka JainPosted Sep 27, 2019, 2:36 AM