Which column of the user triggers data dictionary view displays the database event that will fire the trigger?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

What are the types of join in sql?

0 Answers  


declare l1 number := null; l2 number :=null; begin if l1=l2 then message('equal'); else if l1<>l2 then message('not equal'); else message('else'); end if; end if; end; What will be the output ?

7 Answers   Oracle,


How can you fetch common records from two tables?

0 Answers  


How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?

0 Answers  


How to process query result in pl/sql?

0 Answers  






How to create your own reports in sql developer?

0 Answers  


How do you declare a user-defined exception?

0 Answers  


what are the 'mysql' command line options? : Sql dba

0 Answers  


Can we use views in stored procedure?

0 Answers  


wa procedure to return the month and the no'f developers joined in each month.

4 Answers   Fidelity,


how are rank and dense rank being alloted for column with same values over a particular column

1 Answers  


What are the disadvantages of not performing database normalization?

0 Answers  


Categories