what is bulk bind

Answer Posted / guru

A DML statement can transfer all the elements of a
collection in a single operation, a process known as bulk
binding. If the collection has 20 elements, bulk binding
lets you perform the equivalent of 20 SELECT, INSERT,
UPDATE, or DELETE statements using a single operation. This
technique improves performance by minimizing the number of
context switches between the PL/SQL and SQL engines. With
bulk binds, entire collections, not just individual
elements, are passed back and forth.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of non clustered index?

537


What is right join sql?

545


Is full outer join same as cross join?

509


How do I find duplicates in the same column?

553


What is a trigger word?

519






How do I view a sql database?

572


what is innodb? : Sql dba

585


Define tables and fields in a database

650


What are the advantages of indexing?

531


What is bitemporal narrowing?

744


What is java sql connection?

518


What is sql*plus?

577


how many ways we can we find the current date using mysql? : Sql dba

624


Does group by remove duplicates?

557


What do you mean by dbms? What are its different types?

559