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
What is the difference between drop and truncate commands?
How do I delete a trigger?
What is the difference between explicit and implicit cursors in oracle?
Is it possible to remove child records without removing master table records...the two having pk,fk relationship?
Can a composite key be null?
How to call a javascript function from pl sql?
Explain the the delete statements in sql?
Is big data nosql?
What are the types of join and explain each?
What is sql*loader and what is it used for? : aql loader
Is pl sql a scripting language?
Explain the the update statement in sql?
What is nosql db?
What is dense_rank in sql?
Is sql better than excel?