can i create trigger on synonym is it possible or not please help me
Answer Posted / suman
Yes u can create trigger on synonym
below are example
select * from scott.emp;
select * from sy_emp;
create or replace synonym sy_emp for scott.emp;
/
create or replace trigger t_name
after insert on sy_emp
begin
null;
end;
/
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what are date and time functions in mysql? : Sql dba
What is a subquery in sql?
How many databases can sql express handle?
What is view? Can we update view
What is the difference between the conventional and direct path loads? : aql loader
What is the purpose of the sql select top clause?
What is varchar example?
What does <> sql mean?
What is varchar sql?
Explain the structure of pl/sql in brief.
What schema means?
Which join is like inner join?
How do you truncate?
How does left join work in sql?
What is the size of partition table?