What is forall Statement ?

Answers were Sorted based on User's Feedback



What is forall Statement ?..

Answer / ruchi

The keyword FORALL lets you run multiple DML statements
very efficiently. It can only repeat a single DML
statement, unlike a general-purpose FOR loop.

The FORALL statement issues a series of INSERT, UPDATE, or
DELETE statements, usually much faster than an equivalent
FOR loop. It requires some setup code, because each
iteration of the loop must use values from one or more
collections in its VALUES or WHERE clauses.

Is This Answer Correct ?    2 Yes 0 No

What is forall Statement ?..

Answer / ron

used in pl/sql block, to do bulk operations; to speed up
operations such as fetch and other dml statements.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Oracle General Interview Questions

What does ROLLBACK do ?

1 Answers  


Can select statements be used on views in oracle?

0 Answers  


Will you be able to store pictures in the database?

0 Answers  


How to create lov dynamically at runtime & attach to text field?

0 Answers  


What is Data Dictionary Cache in Oracle?

0 Answers   MCN Solutions,






What are the uses of linked server and explain it in detail?

0 Answers  


When do we use group by clause in a sql query?

0 Answers  


hello friends Im doing my final year engineering in B.Tech.. one of uncle said he can provide job in his company if im good in database management. but i have only basic knowledge about database, so like to join database management course in good intuition. so friends kindly help me to get good intuition because its my future.

0 Answers  


What is an anonymous block?

0 Answers  


Differentiate the standard purchase order,Blanket purchase agreement,Contract purchase agreement,Planned purchase order?

1 Answers  


What is a package in oracle?

0 Answers  


What is ASM (Automatic Storage Management) in Oracle?

0 Answers   MCN Solutions,


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)