adspace
can i create trigger on synonym is it possible or not please help me
Answer Posted / shailesh
Yes, the trigger can be created on synonym. However, this trigger gets created on the respective base table for which the synonym is created.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to use regular expression in pattern match conditions? : Sql dba
what are all the common sql function? : Sql dba
how to start mysql server? : Sql dba
What is the current version of postgresql?
Can delete statement be rollbacked?
how many tables will create when we create table, what are they? : Sql dba
What is the best sql course?
Does group by remove duplicates?
what are aggregate and scalar functions? : Sql dba
How do I remove duplicates in two columns?
define sql insert statement ? : Sql dba
what is sql server agent? : Sql dba
Is inner join faster than left join?
Is primary key clustered index?
If a cursor is open, how can we find in a pl/sql block?