What are two virtual tables available during database
trigger execution ?

Answers were Sorted based on User's Feedback



What are two virtual tables available during database trigger execution ?..

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 are two virtual tables available during database trigger execution ?..

Answer / talent pool

Yes We Can

Is This Answer Correct ?    1 Yes 11 No

Post New Answer

More SQL PLSQL Interview Questions

What is cursor in pl sql with examples?

0 Answers  


what are the difference between clustered and a non-clustered index? : Sql dba

0 Answers  


What is on delete restrict?

0 Answers  


What is Raise_application_error ?

1 Answers  


How do I count duplicates in sql?

0 Answers  


What are the different types of functions in sql?

0 Answers  


What does subquery mean in sql?

0 Answers  


When is a declare statement required?

0 Answers  


oracle is compiler or interpretter,can any one tell me the answer?

9 Answers   Satyam,


What is the sql case statement?

0 Answers  


Can a key be both primary and foreign?

0 Answers  


What are tables and fields in the database?

0 Answers  


Categories