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 |
What is the order of sql select?
What is left join in sql?
What is a design view?
What is sql comments?
Difference between inline query and stored procedure?
Types of cursors and explanation each of them ?
Can a table contain multiple primary key’s?
How toimport .dmp file in lower version of oracle from higher version ?
How many types of cursors supported in pl/sql?
What is multiple partition?
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.
what is bcp? When does it used? : Sql dba