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

Define a relation schema and a relation.

0 Answers  


what is the index and synonym. i have the definitions ...can any one give me brief explanation.. with regards,

0 Answers  


What do you mean by e-r model?

0 Answers  


What are different types of joins in the sql?

0 Answers  


What is database management system(dbms) and why it is used?

0 Answers  






What is data management process?

0 Answers  


Can we attach the same List of Values to different fields in Design time ?

1 Answers  


Who is the founder of database?

0 Answers  


What do you mean by fill factor concept with respect to indexes?

0 Answers  


What is atomicity in dbms?

0 Answers  


Mention some disadvantages of query?

0 Answers  


What is network database?

0 Answers  


Categories