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
What are the types of join in sql?
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 ?
How can you fetch common records from two tables?
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?
How to process query result in pl/sql?
How to create your own reports in sql developer?
How do you declare a user-defined exception?
what are the 'mysql' command line options? : Sql dba
Can we use views in stored procedure?
wa procedure to return the month and the no'f developers joined in each month.
how are rank and dense rank being alloted for column with same values over a particular column
What are the disadvantages of not performing database normalization?