Can We write bulk collect statement in triggers?



Can We write bulk collect statement in triggers?..

Answer / kishore

Sure,we can write bulk collect in triggers also.
Bulk Collect purpose is just to retrieve the multivalues of
attribute into a collection(like array,record,tables etc)

Is This Answer Correct ?    22 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is the order of sql select?

0 Answers  


What is left join in sql?

0 Answers  


What is a design view?

0 Answers  


What is sql comments?

0 Answers  


Difference between inline query and stored procedure?

4 Answers   Bharat, Microsoft,






Types of cursors and explanation each of them ?

4 Answers   DELL,


Can a table contain multiple primary key’s?

0 Answers  


How toimport .dmp file in lower version of oracle from higher version ?

4 Answers   TCS,


How many types of cursors supported in pl/sql?

0 Answers  


What is multiple partition?

0 Answers  


i have a customer table. trans_id trans_date trans_amt debit_credit_indicator 001 01-JAN-13 1099 cr 001 12-JAN-13 500 db 002 24-FEB-13 400 db 002 23-MAR-13 345 cr 001 18-APR-13 800 cr 002 15-MAR-13 600 db 001 12-FEB-13 200 cr i want like this output. trans_id trans_amt debit_credit_indicator i want get highest credit amount and lowest credit amount and highest debit amount and lowest debit amount for each trans_id.

2 Answers   Oracle,


what is bcp? When does it used? : Sql dba

0 Answers  


Categories