Answer Posted / mk
Usually the trigger code is in a file e.g. trigger_name.sql
To create/replace the trigger object, at the SQL Plus prompt
type
@<folder>/trigger_name.sql
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is an inner join sql?
What is pl sql architecture?
What is input buffer in sql*plus?
how to write date and time literals? : Sql dba
name 3 ways to get an accurate count of the number of records in a table? : Sql dba
Why is normalization important?
what are date and time functions in mysql? : Sql dba
What are the types of sql commands?
How do we use distinct statement? What is its use?
What are triggers in sql?
how to get @@error and @@rowcount at the same time? : Sql dba
how to see the create table statement of an existing table? : Sql dba
What is sql indexing?
Which table is left in left join?
What is the usage of distinct keyword?