FORALL statement Questions

1

BULK COLLECT and FORALL in PL/SQL
How do I update multiple columns in a table using the BULK COLLECT… FORALL methods in PL/SQL.

Answer Question   |  April 19, 2013  3:11 AM
BULK COLLECT statement, FORALL statement, Oracle PL/SQL, PL/SQL
asked by:
20 pts.

How can I compare fields on two databases
I want to list all fields on a database and use a forall loop to check list of fields on two forms in two seperate databases…can this be done

Answer Question   |  February 24, 2009  12:18 PM
Database programming, FORALL loop, FORALL statement
asked by:
10 pts.

Inserting 50000 rows using FORALL statement
How can we insert 50000 rows by using FORALL,please give me entire code?

Answer Question   |  February 18, 2009  5:48 AM
FORALL statement, Oracle development, Oracle SQL, PL/SQL, SQL
asked by:
30 pts.

1