Instead of trigger in PLSQL Oracle (Part-1) - Practical Demo

preview_player
Показать описание
Instead of trigger in PLSQL Oracle to perform the insert or update on base table rather than on view. To solve the error of cannont modify more than one base table through a join view you can create the instead of trigger.

INSTEAD OF DOING INSERT OR UPDATE ON VIEW PERFORM THE INSERT OR UPDATE ON ACTUAL BASE TABLE.

Error: cannot modify more than one base table through a join view
Solution: Create Instead of Trigger on View

For Learning More about Programming
Рекомендации по теме
Комментарии
Автор

Clear, crisp and to the point. Amazing!! 👏

rajantrivedi
Автор

Bro I have a doubt .. If Trigger is present in another schema and want to execute procedure which is on another schema .. How can we achieve this

TheEliteTrades
welcome to shbcf.ru