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 is user and end user?
Which database is faster?
What do you understand by join?
explain about the critical recovery scenario you had experienced
What are the main components of a database in healthcare?
Explain the role of metadata for the three-layer architecture.
What is n tier architecture in dbms?
When does checkpoint occur?
Why do we need database normalization?
Which dbms is best?
What is a foreign key constraint?
What do you mean by extension and intension?
What is normalization? What are different type of normalization?
Have you heard about sixth normal form?
What is a Federated Query ?