adspace
can i create trigger on synonym is it possible or not please help me
Answer Posted / neelu
Yes.
create or replace trigger trg_test
before insert on emp
begin
null;
end;
create synonym trg_syn for trg_test;
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
Can we use distinct and group by together?
Can delete statement be rollbacked?
Do we need to rebuild index after truncate?
what is collation? : Sql dba
What is the current version of postgresql?
What is the best sql course?
what are aggregate and scalar functions? : Sql dba
How do I remove duplicates in two columns?
What is your daily office routine?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
what are the advantages of sql ? : Sql dba
how many tables will create when we create table, what are they? : Sql dba
What is the current version of sql?
If a cursor is open, how can we find in a pl/sql block?
what is bcp? When does it used? : Sql dba