What is forall Statement ?
Answers were Sorted based on User's Feedback
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 |
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 |
Is primary key indexed by default in oracle?
ABOUT IDENTITY?
What is oracle analytical function?
What is rich query?
How to create a stored program unit?
When do I need to use a semicolon vs a slash in oracle sql?
How many types of synonyms in Oracle?
How to display employee records who gets more salary than the average salary in the department?
ur a sql devoloper...what is the process in ur company for finding the database BUGS .. seperate DB testers are there? or devr.s are manage? if DB TESTERS in there what is the process
Point the difference between translate and replace?
What is Read-Only Transaction ?
How do I recompile a procedure in oracle?