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


Please Help Members By Posting Answers For Below Questions

Explain the uses of database trigger.

646


what are the join types in tsql? : Transact sql

568


what are different types of collation sensitivity? : Sql dba

549


does sql support programming? : Sql dba

603


what is isam? : Sql dba

566






What is union, minus and interact commands?

743


What is parallel hint?

740


What is break?

612


What is a variable in sql?

508


how to use in conditions? : Sql dba

504


Is it possible to remove child records without removing master table records...the two having pk,fk relationship?

802


What is data definition language?

616


What is the difference between union and union all command?

540


what is 'mysqlimport'? : Sql dba

568


Why does sql need a server?

558