What are two virtual tables available during database
trigger execution ?
Answers were Sorted based on User's Feedback
Answer / tulsi
The table columns are referred as OLD.column_name and
NEW.column_name.
For triggers related to INSERT only NEW.column_name values
only available.
For triggers related to UPDATE only OLD.column_name
NEW.column_name values only available.
For triggers related to DELETE only OLD.column_name values
only available
Is This Answer Correct ? | 12 Yes | 3 No |
What is cursor in pl sql with examples?
what are the difference between clustered and a non-clustered index? : Sql dba
What is on delete restrict?
What is Raise_application_error ?
How do I count duplicates in sql?
What are the different types of functions in sql?
What does subquery mean in sql?
When is a declare statement required?
oracle is compiler or interpretter,can any one tell me the answer?
What is the sql case statement?
Can a key be both primary and foreign?
What are tables and fields in the database?