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

Explain what is table in a database?

577


Are there any features that are decommissioned in 11g that are not present in 11g?

1593


What is the difference between view and stored procedure?

494


What is a primary key called that is made up of more than one field?

797


What are instead of triggers?

626






Does truncate release storage space?

560


How do you get column names only for a table (sql server)?

667


Why coalesce is used in sql?

471


what is sql? : Sql dba

557


Difference between truncate, delete and drop commands?

559


how to get a list of all tables in a database? : Sql dba

513


How to change sql*plus system settings?

544


How do you write a subquery?

521


What is on delete restrict?

538


What is difference sql and mysql?

535