We have a CURSOR then we need BULK COLLECT?
Answer / phanikumar
to retrieve all the record at a time we use BULK COLLECT
but in cursors records will be retrieved one by one in loop. cursors an time taking process .
Is This Answer Correct ? | 2 Yes | 0 No |
What is difference between a Cursor declared in a procedure and Cursor declared in a package specification ?
write a query to display diference between two dates in sql server
What are some predefined exceptions in pl/sql?
Types of joins ?
what are the disadvantages of mysql? : Sql dba
What is a procedure in pl sql?
How does rowid help in running a query faster?
what is the use of set statement in tsql? : Transact sql
What is primary key sql?
The in operator may be used if you know the exact value you want to return for at least one of the columns.
Can we use views in stored procedure?
How do I view a view in sql?