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
How to run sql functions in pl/sql?
Explain the working of foreign key?
What are the 3 types of behavioral triggers?
What are the different set operators available in sql?
What is synonyms?
What is sql data?
What is crud stand for?
What is trigger and how to use it in sql?
What does sql stand for?
What is count * in sql?
What is data types in sql?
Is there a way to automate sql execution from the command-line, batch job or shell script?
How many clustered indexes can be created on a table?
What are the ddl commands?
Are subqueries better than joins?