What is diff between bulk collect and forall

Answer Posted / prabu t

Bulk collect:
*is a CLAUSE
*is used to fetch the records from the cursor.
Forall:
*is a STATEMENT
*is used to do dml operation of fetched records.

*The body of the FORALL statement is a single DML statement
-- an INSERT, UPDATE, or DELETE.

Is This Answer Correct ?    21 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does stand for in sql?

520


Define select, insert, create, delete, update, drop keywords

594


What are properties of the transaction?

552


What is rownum?

536


What is $$ in sql?

547






what is an index? : Sql dba

517


What is rank function in sql?

525


Why is a trigger used?

519


What is nvarchar in sql?

518


Explain autonomous transaction.

632


Which tcp/ip port does sql server run on? How can it be changed? : Sql dba

489


what are the performance and scalability characteristics of mysql? : Sql dba

524


What is meaning of <> in sql?

581


how to analyze tables with 'mysqlcheck'? : Sql dba

540


What does plv msg allows you to do?

672