What is trigger in sql? Explain


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

Post New Answer

More SQL PLSQL Interview Questions

Why do we use triggers?

0 Answers  


What is an escape character 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 do I save the results of sql query in a file?

0 Answers  


write sub query for eliminating duplicate rows using analytical function?

3 Answers   Metric Stream,






Which are the different character-manipulation functions in sql?

0 Answers  


What are the two parts of a procedure ?

6 Answers   Hi Caliber IT,


How do you use collections in procedure to return the resultset?

0 Answers  


What is query optimization in sql?

0 Answers  


What is the difference between a database and a relational database?

0 Answers  


I Defined SP1, Sp2 (sp=StoreProcedures)In Package Specification but I Implemented Sp1, sp2, sp3, sp4, sp5 then What type of Error You will find????

3 Answers   Infosys,


What is database white box testing and black box testing?

0 Answers  


Categories