What is the difference between execution of triggers and stored procedures?


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

Post New Answer

More SQL PLSQL Interview Questions

What is trigger point?

0 Answers  


How to connect a sql*plus session to an oracle server?

0 Answers  


Is it possible to create the following trigger: before or after update trigger for each row?

0 Answers  


Why do we need databases?

0 Answers  


HOW TO PRINT * ** *** **** ***** BY USING SQL QUERY? (MAY BE USING SCRIPT)

8 Answers   BeBo Technologies,






What is the main difference between a UNION statement and a UNION ALL statement? 1. A UNION statement eliminates duplicate rows; a UNION ALL statement includes duplicate rows. 2. A UNION statement can be used to combine any number of queries; a UNION ALL statement can be used to combine a maximum of two queries. 3. A UNION statement can only combine queries that have parallel fields in the SELECT list; a UNION ALL statement can combine queries with differing SELECT list structures. 4. A UNION statement cannot be used with aggregate functions; a UNION ALL statement can be used with aggregate functions. 5. There is no difference between the two statements; they are interchangeable.

2 Answers   Saman Bank, Sonata,


Can delete statement be rollbacked?

0 Answers  


what will be the output: select 1 from emp union all select 2 from emp;

2 Answers   iNautix,


Explain the two type of Cursors ?

8 Answers   Hi Caliber IT,


What are the possible values that can be stored in a boolean data field?

0 Answers  


Difference between global and parameter variables?

0 Answers   TCS,


What type of join is sql join?

0 Answers  


Categories