adspace


What does the base_object_type column shows in the user.triggers data dictionary view?

Answer Posted / Shailendra Kumar Rajpoot

The BASE_OBJECT_TYPE column in the USER_TRIGGERS data dictionary view indicates the type of object that the trigger is associated with. It can have one of the following values:n
1. TABLE - Trigger on a table.
2. VIEW - Trigger on a view.
3. PROCEDURE - Trigger on a procedure.
4. PACKAGE - Trigger on a package.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is collation? : Sql dba

1240


Is inner join faster than left join?

1286


what is bcp? When does it used? : Sql dba

1065


what is dbms? : Sql dba

1069


Does group by remove duplicates?

1118


how to start mysql server? : Sql dba

1279


Is primary key always clustered index?

1101


how to use regular expression in pattern match conditions? : Sql dba

1123


how to escape special characters in sql statements? : Sql dba

1124


Can we use distinct and group by together?

1145


What is the current version of postgresql?

1187


Can delete statement be rollbacked?

1064


Do we need to rebuild index after truncate?

1151


What is your daily office routine?

2351


what are the advantages of sql ? : Sql dba

1153