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
How to look at the current sql*plus system settings?
How do I partition a table in sql?
what are the 'mysql' command line options? : Sql dba
The select into statement is most often used to create backup copies of tables or for archiving records?
Why do we use triggers?
Is crud a cuss word?
What is dml with example?
What are aggregate and scalar functions?
Can we use two order by clause in query?
define join and explain different type of joins? : Sql dba
What is the best partition size for windows 10?
explain the delete statements in sql
What is the main difference between sql and pl/sql?
how to convert character strings to dates? : Sql dba
What is rownum and rowid?