Hello everyone I want to ask us what is the deference between trigger with instead of and trigger with for and finally thanks | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Hello everyone I want to ask us what is the deference between trigger with instead of and trigger with for and finally thanks

😍😍 https://code.sololearn.com/c7oNU1s7yevn/?ref=app

27th Jan 2020, 8:01 PM
SiMo Ell
SiMo Ell - avatar
2 ответов
+ 1
An Trigger with Instead is a trigger that allows you to skip an INSERT, DELETE, or UPDATE statement to a table or a view and execute other statements defined in the trigger instead. An Trigger with For is fired only when all operations (INSERT, UPDATE or DELETE) specified in the triggering SQL statement have executed successfully
28th Jan 2020, 3:46 AM
Sugeng Miarsoadi
Sugeng Miarsoadi - avatar
+ 1
Thank you bro
28th Jan 2020, 9:19 AM
SiMo Ell
SiMo Ell - avatar