how to pass values from one table to another by using Bulk
collect?

Answers were Sorted based on User's Feedback



how to pass values from one table to another by using Bulk collect?..

Answer / 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

how to pass values from one table to another by using Bulk collect?..

Answer / laxmi narayana moru

INSERT INTO T1 AS SELECT * FROM T2;

Is This Answer Correct ?    2 Yes 3 No

how to pass values from one table to another by using Bulk collect?..

Answer / laxmi narayana moru

insert into table1 as select * from table1;

Is This Answer Correct ?    1 Yes 8 No

Post New Answer

More Database Management Interview Questions

What is the difference between a LIST BOX and a COMBO BOX ?

2 Answers  


How do I create a database in open office?

0 Answers  


Why does reading require write privileges on database file?

0 Answers  


What do you understand by the view and mention the steps to create, update and drop a view?

0 Answers  


What is tuple and attribute?

0 Answers  






If CPU is very slow What can u do to speed up?

1 Answers  


Is filemaker pro a relational database?

0 Answers  


What is the Structural difference between bitmap and b-tree index ?

0 Answers   Infosys,


Which is the most used database?

0 Answers  


What is instance in dbms?

0 Answers  


What do you mean by entity type?

0 Answers  


What is database management used for?

0 Answers  


Categories