how to pass values from one table to another by using Bulk
collect?
Answer Posted / lak
SELECT fn1,fn2,fn3 BULK COLLECT INTO t3 FROM tname;
FORALL i IN 1 .. t3.COUNT
INSERT INTO tname1 VALUES T3(i);
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What are the functions of rdbms?
Name the different data models that are available for database systems.
What is oracle block?
Can files be stored in a database?
Why do we need database management?
Does google have a database program?
Who proposed the relational model?
What is buffer manager?
What is type of end users?
for what purpose we use MDM(master data management)tell me plz.
What is database or database management systems (dbms)? And what's the difference between file and database? Can files qualify as a database?
What are the examples of database?
Where is data stored in database?
What do you mean by fill factor concept with respect to indexes?
Explain the importance of partitioning.