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 sql injection owasp?
What is sql data?
What is the difference between an inner and outer join?
Describe sql comments?
i have 2 table table one 4 columns respective values a1 7,a2 6,a3 8 ,a4 12 & table two 4 colums respective values a1 7,a2 6,a3 8,a4 15.if table one & table two 3 colums same then 4th column values 1)Qes diff >5 then print 5 * diff value 2)Que diff <5 print 5
How does cross join work?
Is drop table faster than truncate?
Can a key be both primary and foreign?
Explain the structure of pl/sql in brief.
What are the methods of filing?
how would you enter characters as hex numbers? : Sql dba
what is primary key? : Sql dba
What do you mean by dbms? What are its different types?
How to select unique records from a table?
What is cross join sql?