InterviewSolution
Saved Bookmarks
| 1. |
What Does The Base_object_type Column Shows In The User.triggers Data Dictionary View? |
|
Answer» The BASE_OBJECT_TYPE column identifies the type of DATABASE object with which the trigger is ASSOCIATED. It SHOWS WHETHER the object of database is a TABLE, VIEW, SCHEMA, or DATABASE. The BASE_OBJECT_TYPE column identifies the type of database object with which the trigger is associated. It shows whether the object of database is a TABLE, VIEW, SCHEMA, or DATABASE. |
|