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 difference between partitioning and sharding?

726


what are the nonstandard string types? : Sql dba

803


What is #table in sql?

704


What is the difference between jpql and sql?

777


Are dml statements autocommit?

744






what are the differences between require and include, include_once and require_once? : Sql dba

733


Why is pl sql needed?

674


Why do we use view in sql?

723


What are all the different normalization?

740


How to get list of all tables from a database?

837


What is the difference between a primary key and a clustered index?

693


Can we use pl sql in sql server?

737


Which are the different character-manipulation functions in sql?

711


What is the need of merge statement?

754


How do you identify a primary key?

809