InterviewSolution
Saved Bookmarks
| 1. |
Which Column In The User.triggers Data Dictionary View Shows That The Trigger Is A Pl/sql Trigger? |
|
Answer» The ACTION_TYPE COLUMN of the USER_TRIGGERS data DICTIONARY view SHOWS that the trigger is a PL/SQL trigger. The ACTION_TYPE column of the USER_TRIGGERS data dictionary view shows that the trigger is a PL/SQL trigger. |
|