Can We write bulk collect statement in triggers?
Answer Posted / 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 View All Answers
What is data type in sql?
Why is pl sql used?
what is a database lock ? : Sql dba
can sql servers linked to other servers like oracle? : Sql dba
Why do we create views in sql?
How do you update a value in sql?
What is the maximum number of rows in sql table?
How many sql are there?
What is recursive stored procedure?
how to use case expression? : Sql dba
what is sub-query? : Transact sql
what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba
How many triggers can be applied on a table?
what is the difference between myisam static and myisam dynamic? : Sql dba
what is the difference between char_length and length? : Sql dba