Explain two virtual tables available at the time of database trigger execution.



Explain two virtual tables available at the time of database trigger execution...

Answer / kiran r

new. table & Old.table ate two virtual tables available at the time of trigger execution

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

how to calcuate the second highest salary of he employee

13 Answers   Synechron,


What do we need to check in database testing?

0 Answers  


What is difference between select statement and cursor

3 Answers   JDA,


What is sql and db2?

0 Answers  


What is crud diagram?

0 Answers  






The in operator may be used if you know the exact value you want to return for at least one of the columns.

0 Answers  


how to delete duplicate rows from a join tables(I have three tables on that join) how do you know which join is need to be used? The select statement I have is: SELECT gc_skill_type.skill_type, gc_area_tec.area, gc_technology.technology, gc_technology.id_technology, gc_area_tec.id_area_tec FROM gc_skill_type, gc_area_tec, gc_technology WHERE gc_area_tec.id_skill_type (+) = gc_skill_type.id_skill_type AND gc_technology.id_area_tec (+) = gc_area_tec.id_area_tec order by gc_skill_type.skill_type asc, gc_area_tec.area asc, gc_technology.technology asc

1 Answers   IAS,


What is scalar and vector?

0 Answers  


What is a trigger ?

11 Answers   Accenture, BirlaSoft,


What is exit statement?

0 Answers  


What is restrict in sql?

0 Answers  


Do we need to rebuild index after truncate?

0 Answers  


Categories