Ho to insert no. of records at a time..i mean i want to
insert 100 records at a time into a table
Answer Posted / raghavendra
insert into table 1 value (select * from table2 where
rownum<101 )
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
How to select some rows from a table in oracle?
Differentiate between pre-select and pre-query?
Give the advantages and disadvantages of clusters.
Is oracle an open source?
How to connect to a local oracle 10g xe server?
How to define an anonymous block?
How to check the server version in oracle?
What is the usage of analyze command in oracle?
What are temporal data types in oracle?
What is flashback in Oracle?
What are the differences between interval year to month and interval day to second?
What are the components of logical database structure in oracle database?
What is system global area (sga) in oracle?
what is difference between sql plus and sql*plus? (not sql and sql plus).
15. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.