Answer Posted / viswanath
To improve the performance of the application,oracle introduce bulk bind process using collections that is in this process we are putting all sql related vales into a collections.And in this collections we are performing insert,update at a time using for all these statements.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Does view store data in sql?
What is equi join in sql?
What are types of indexes in sql?
Can delete statement be rollbacked?
what is the difference difference between procedure and packages
how many values can the set function of mysql take? : Sql dba
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?
how to include numeric values in sql statements? : Sql dba
How can you know that statistics should be updated?
What is rtm in testing?
How to use distinct and count in sql query? Explain
Can we want to pass a parameter payroll_id to this external pl/sql function, how do we do it?
How do I remove duplicates in two columns?
how mysql optimizes distinct? : Sql dba
How does a covering index work?